diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-15 18:29:35 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-08-15 18:29:35 -0500 |
commit | fc714df00d933db2cab20f4b3a8f2b9a0ddb098d (patch) | |
tree | cfcbf2c42e3a25adc5ee49f76b866c79b1e6a56c /setup.py | |
parent | 97b9b98c1e2571e5617d6a2135d46c4874ac6f51 (diff) | |
download | mediagoblin-fc714df00d933db2cab20f4b3a8f2b9a0ddb098d.tar.lz mediagoblin-fc714df00d933db2cab20f4b3a8f2b9a0ddb098d.tar.xz mediagoblin-fc714df00d933db2cab20f4b3a8f2b9a0ddb098d.zip |
Removing PyPump as we aren't using it yet and there's a dependency conflict ;|
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -64,7 +64,6 @@ setup( 'pytz', 'six', 'oauthlib', - 'pypump', ## This is optional! # 'translitcodec', ## For now we're expecting that users will install this from |