does not work with python-six < 1.5

This commit is contained in:
j 2014-10-05 21:06:53 +02:00
parent 4df6f5afcc
commit 08f0046d31

View file

@ -47,7 +47,7 @@ setup(
download_url="http://code.0x2620.org/python-ox/download",
license="GPLv3",
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 = [
],
classifiers = [