does not work with python-six < 1.5
This commit is contained in:
parent
4df6f5afcc
commit
08f0046d31
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -47,7 +47,7 @@ setup(
|
||||||
download_url="http://code.0x2620.org/python-ox/download",
|
download_url="http://code.0x2620.org/python-ox/download",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
packages=['ox', 'ox.django', 'ox.django.api', 'ox.torrent', 'ox.web'],
|
packages=['ox', 'ox.django', 'ox.django.api', 'ox.torrent', 'ox.web'],
|
||||||
install_requires=['six', 'chardet', 'feedparser'],
|
install_requires=['six>=1.5.2', 'chardet', 'feedparser'],
|
||||||
keywords = [
|
keywords = [
|
||||||
],
|
],
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
Loading…
Reference in a new issue