diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-20 23:25:25 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-03-20 23:25:25 -0500 |
commit | c07bb3123c953d3cb585f16ca73241c5891730cd (patch) | |
tree | 90b53c35741e93b5d54ae75b1b48d187204b25e7 | |
parent | 36990574cf2cad572b1dd52653666605306022da (diff) | |
download | mediagoblin-c07bb3123c953d3cb585f16ca73241c5891730cd.tar.lz mediagoblin-c07bb3123c953d3cb585f16ca73241c5891730cd.tar.xz mediagoblin-c07bb3123c953d3cb585f16ca73241c5891730cd.zip |
Fix version conflicts we were hitting with six
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ try: 'mock', 'itsdangerous', 'pytz', - 'six', + 'six>=1.4.1', 'oauthlib==0.5.0', 'unidecode', |