diff --git a/setup.py b/setup.py index e914bbc..3d057d2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ ]), install_requires=[ 'redis>=2.10.3', - 'six==1.9.0', + 'six>=1.10.0,<2.0.0', ], test_suite='tests', classifiers=[