diff options
author | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-04-15 13:35:22 -0400 |
---|---|---|
committer | tilly-Q <nattilypigeonfowl@gmail.com> | 2014-04-15 13:35:22 -0400 |
commit | fbb13abe9a22d08c3a2b86245cf02c1363c36d86 (patch) | |
tree | fb01ea59d9edf703f6b6ce4d1c27aa82d33dece3 /setup.py | |
parent | 6fa9b06f9a7d9f33b2e891ff615395dfbb20c18e (diff) | |
download | mediagoblin-fbb13abe9a22d08c3a2b86245cf02c1363c36d86.tar.lz mediagoblin-fbb13abe9a22d08c3a2b86245cf02c1363c36d86.tar.xz mediagoblin-fbb13abe9a22d08c3a2b86245cf02c1363c36d86.zip |
Added the 'requests' library as a dependency and switched over to using it to
fetch remote pieces of media in the batchupload script
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ try: 'oauthlib==0.5.0', 'unidecode', 'jsonschema', + 'requests', ## Annoying. Please remove once we can! We only indirectly ## use pbr, and currently it breaks things, presumably till |