]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Add oauth2client to requirements.
authorDaira Hopwood <daira@jacaranda.org>
Fri, 10 Jul 2015 04:30:17 +0000 (05:30 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Fri, 10 Jul 2015 04:30:17 +0000 (05:30 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index d4f7087da89eac25f691eb01b5bcafb590ebc87f..da44cbe2b1d40a1d1308f808c8aaa1ac52c3d659 100644 (file)
@@ -57,6 +57,7 @@ install_requires = [
 
     # needed for cloud backend
     "txAWS == 0.2.1.post5",
+    "oauth2client == 1.1.0",
     "python-dateutil",
 
     "six >= 1.4.1",             # latest cryptography depends on this version; txAWS also depends on six
@@ -84,6 +85,7 @@ package_imports = [
     ('characteristic',   'characteristic'),
     ('pyasn1-modules',   'pyasn1_modules'),
     ('txAWS',            'txaws'),
+    ('oauth2client',     'oauth2client'),
     ('python-dateutil',  'dateutil'),
     ('six',              'six'),
 ]