From c07bb3123c953d3cb585f16ca73241c5891730cd Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 20 Mar 2014 23:25:25 -0500 Subject: [PATCH] Fix version conflicts we were hitting with six --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3cc055c..6310a1bc 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ try: 'mock', 'itsdangerous', 'pytz', - 'six', + 'six>=1.4.1', 'oauthlib==0.5.0', 'unidecode', -- 2.25.1