From f7a945d78f0484f73497129e0a540066fca4adc2 Mon Sep 17 00:00:00 2001 From: Rodrigue Cloutier Date: Mon, 9 May 2016 16:38:15 -0400 Subject: [PATCH] Relaxed six dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=[