diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-21 15:08:30 -0600 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2015-02-21 15:08:30 -0600 |
commit | cb718ba06f4977012952e5f6baae876819811233 (patch) | |
tree | a0b598771fd35072db00bdeae25f0d1c71105bec | |
parent | 42e5b2c8aebed88c06d9a8a52beb80f66c41efd4 (diff) | |
download | mediagoblin-cb718ba06f4977012952e5f6baae876819811233.tar.lz mediagoblin-cb718ba06f4977012952e5f6baae876819811233.tar.xz mediagoblin-cb718ba06f4977012952e5f6baae876819811233.zip |
Seems we can get rid of that specific six version dependency!
Horray!
This commit sponsored by Rollo Moore. Thank you!
-rw-r--r-- | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -79,9 +79,7 @@ install_requires = [ 'itsdangerous', 'pytz', 'sphinx', - # 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', 'oauthlib', 'unidecode', 'jsonschema', |