six==1.5.2
This commit is contained in:
parent
5d04469315
commit
0b3b9a291f
5
setup.py
5
setup.py
@ -63,10 +63,13 @@ try:
|
|||||||
'mock',
|
'mock',
|
||||||
'itsdangerous',
|
'itsdangerous',
|
||||||
'pytz',
|
'pytz',
|
||||||
'six>=1.4.1',
|
|
||||||
'oauthlib==0.5.0',
|
'oauthlib==0.5.0',
|
||||||
'unidecode',
|
'unidecode',
|
||||||
|
|
||||||
|
# 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'
|
||||||
|
|
||||||
## Annoying. Please remove once we can! We only indirectly
|
## Annoying. Please remove once we can! We only indirectly
|
||||||
## use pbr, and currently it breaks things, presumably till
|
## use pbr, and currently it breaks things, presumably till
|
||||||
## their next release.
|
## their next release.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user