From 08f0046d318613060323af1af0e5fa0db2356842 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sun, 5 Oct 2014 21:06:53 +0200 Subject: [PATCH] does not work with python-six < 1.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0104ab7..12567dc 100644 --- a/setup.py +++ b/setup.py @@ -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 = [