Seems we can get rid of that specific six version dependency!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 Feb 2015 21:08:30 +0000 (15:08 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 21 Feb 2015 21:08:30 +0000 (15:08 -0600)
Horray!

This commit sponsored by Rollo Moore.  Thank you!

setup.py

index f99ff1d782dfba2d3ea77b67a07f48b88bbaedd2..29391fb00b5ca8793544a8336256f98402aabdb4 100644 (file)
--- 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',