From: Itamar Turner-Trauring Date: Thu, 18 Apr 2013 18:37:22 +0000 (-0400) Subject: Add oauth2client to requirements. X-Git-Url: https://git.rkrishnan.org/simplejson/%22news.html/frontends/bar.txt?a=commitdiff_plain;h=3ca2abce8a4538fb42fc82a56b1c89beed847616;p=tahoe-lafs%2Ftahoe-lafs.git Add oauth2client to requirements. --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index ab3d948f..8a27fdeb 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -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'), ]