]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Add oauth2client to requirements.
authorDaira Hopwood <daira@jacaranda.org>
Fri, 17 Apr 2015 20:40:51 +0000 (21:40 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 16 Oct 2015 16:50:55 +0000 (17:50 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index 8479e320c99fe6e2d8f233eb2c1e83ba91a0326e..1d14e47a9e26162395ffd0e1c53da3750dc9330e 100644 (file)
@@ -54,6 +54,7 @@ install_requires = [
 
     # needed for cloud backend
     "txAWS == 0.2.1.post5",
+    "oauth2client == 1.1.0",
 
     # needed for cloud backend; also latest cryptography depends on this version
     "six >= 1.4.1",
@@ -81,6 +82,7 @@ package_imports = [
     ('pyasn1-modules',   'pyasn1_modules'),
     ('mock',             'mock'),
     ('txAWS',            'txaws'),
+    ('oauth2client',     'oauth2client'),
     ('python-dateutil',  'dateutil'),
     ('six',              'six'),
 ]