]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Add oauth2client to requirements.
authorItamar Turner-Trauring <itamar@futurefoundries.com>
Thu, 18 Apr 2013 18:37:22 +0000 (14:37 -0400)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 9 Apr 2014 00:33:56 +0000 (01:33 +0100)
src/allmydata/_auto_deps.py

index ab3d948f919075ba622f98cd679f35e6415a04aa..8a27fdeb733d3c16dd3fe94b43880844ef4dfe25 100644 (file)
@@ -68,9 +68,11 @@ install_requires = [
 
     # needed for cloud backend
     "txAWS == 0.2.1.post5",
+    "oauth2client == 1.1.0",
 
     # Will be needed to test web apps, but not yet. See #1001.
     #"windmill >= 1.3",
+
 ]
 
 # Includes some indirect dependencies, but does not include allmydata.
@@ -91,6 +93,7 @@ package_imports = [
     ('pyasn1',          'pyasn1'),
     ('mock',            'mock'),
     ('txAWS',           'txaws'),
+    ('oauth2client',    'oauth2client'),
     ('python-dateutil', 'dateutil'),
 ]