From cb718ba06f4977012952e5f6baae876819811233 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 21 Feb 2015 15:08:30 -0600 Subject: Seems we can get rid of that specific six version dependency! Horray! This commit sponsored by Rollo Moore. Thank you! --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index f99ff1d7..29391fb0 100644 --- a/setup.py +++ b/setup.py @@ -79,9 +79,7 @@ install_requires = [ 'itsdangerous', 'pytz', 'sphinx', - # PLEASE change this when we can; a dependency is forcing us to set this - # specific number and it is breaking setup.py develop - 'six==1.5.2', + 'six', 'oauthlib', 'unidecode', 'jsonschema', -- cgit v1.2.3