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:
parent
42e5b2c8ae
commit
cb718ba06f
4
setup.py
4
setup.py
@ -79,9 +79,7 @@ install_requires = [
|
|||||||
'itsdangerous',
|
'itsdangerous',
|
||||||
'pytz',
|
'pytz',
|
||||||
'sphinx',
|
'sphinx',
|
||||||
# PLEASE change this when we can; a dependency is forcing us to set this
|
'six',
|
||||||
# specific number and it is breaking setup.py develop
|
|
||||||
'six==1.5.2',
|
|
||||||
'oauthlib',
|
'oauthlib',
|
||||||
'unidecode',
|
'unidecode',
|
||||||
'jsonschema',
|
'jsonschema',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user