From: Daira Hopwood Date: Fri, 10 Jul 2015 04:30:17 +0000 (+0100) Subject: Add oauth2client to requirements. X-Git-Url: https://git.rkrishnan.org/pf/content/%22file:/%22news.html/vdrive/frontends/...?a=commitdiff_plain;h=49263d82ad6ce6bcd68269014daf06782a9b7da5;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 d4f7087d..da44cbe2 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -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'), ]