From: Daira Hopwood Date: Fri, 17 Apr 2015 20:40:51 +0000 (+0100) Subject: Add oauth2client to requirements. X-Git-Url: https://git.rkrishnan.org/reedownlee?a=commitdiff_plain;h=10ce37772623b7592a2e966830bf2a39d5883465;p=tahoe-lafs%2Ftahoe-lafs.git Add oauth2client to requirements. Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index bc9dcaf5..93ebfde3 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -49,6 +49,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", @@ -72,6 +73,7 @@ package_imports = [ ('pyasn1', 'pyasn1'), ('mock', 'mock'), ('txAWS', 'txaws'), + ('oauth2client', 'oauth2client'), ('python-dateutil', 'dateutil'), ('six', 'six'), ]