Seems we can get rid of that specific six version dependency!

Horray!

This commit sponsored by Rollo Moore.  Thank you!
This commit is contained in:
Christopher Allan Webber 2015-02-21 15:08:30 -06:00
parent 42e5b2c8ae
commit cb718ba06f

View File

@ -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',