diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-26 16:17:29 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-26 16:17:29 -0500 |
commit | 0b3b9a291f70936bc2eb7ba0a6828da6202ef946 (patch) | |
tree | 70b7b7e4deaaf67686d71e62887dd8011daa89e8 /setup.py | |
parent | 5d044693158d8d523470b386372cecf7f7a6aa1f (diff) | |
download | mediagoblin-0b3b9a291f70936bc2eb7ba0a6828da6202ef946.tar.lz mediagoblin-0b3b9a291f70936bc2eb7ba0a6828da6202ef946.tar.xz mediagoblin-0b3b9a291f70936bc2eb7ba0a6828da6202ef946.zip |
six==1.5.2
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -63,10 +63,13 @@ try: 'mock', 'itsdangerous', 'pytz', - 'six>=1.4.1', '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' + ## Annoying. Please remove once we can! We only indirectly ## use pbr, and currently it breaks things, presumably till ## their next release. |