I guess this also fixes it and is nicer

This commit is contained in:
Christopher Allan Webber 2014-03-26 16:35:46 -05:00
parent 0b3b9a291f
commit a946908d0f

View File

@ -65,10 +65,7 @@ try:
'pytz',
'oauthlib==0.5.0',
'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'
'six>=1.5.2'
## Annoying. Please remove once we can! We only indirectly
## use pbr, and currently it breaks things, presumably till