Okay, nm, that didn't fix it. Setting it back. Sigh.

This commit is contained in:
Christopher Allan Webber 2014-03-26 16:41:56 -05:00
parent a946908d0f
commit 9caaff48af

View File

@ -65,7 +65,10 @@ try:
'pytz', 'pytz',
'oauthlib==0.5.0', 'oauthlib==0.5.0',
'unidecode', 'unidecode',
'six>=1.5.2'
# 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