Fix version conflicts we were hitting with six

This commit is contained in:
Christopher Allan Webber 2014-03-20 23:25:25 -05:00
parent 36990574cf
commit c07bb3123c

View File

@ -63,7 +63,7 @@ try:
'mock',
'itsdangerous',
'pytz',
'six',
'six>=1.4.1',
'oauthlib==0.5.0',
'unidecode',