From 3ca2abce8a4538fb42fc82a56b1c89beed847616 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Thu, 18 Apr 2013 14:37:22 -0400 Subject: [PATCH] Add oauth2client to requirements. --- src/allmydata/_auto_deps.py | 3 +++ 1 file changed, 3 insertions(+) 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'), ] -- 2.45.2