aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authortilly-Q <nattilypigeonfowl@gmail.com>2014-04-15 13:35:22 -0400
committertilly-Q <nattilypigeonfowl@gmail.com>2014-04-15 13:35:22 -0400
commitfbb13abe9a22d08c3a2b86245cf02c1363c36d86 (patch)
treefb01ea59d9edf703f6b6ce4d1c27aa82d33dece3 /setup.py
parent6fa9b06f9a7d9f33b2e891ff615395dfbb20c18e (diff)
downloadmediagoblin-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 93873d73..12739ffd 100644
--- a/setup.py
+++ b/setup.py
@@ -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