From 81a7bf49c008d3109160bf5f6cb4af2d15df0086 Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Fri, 17 Apr 2015 21:40:51 +0100
Subject: [PATCH] Add oauth2client to requirements.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---
 src/allmydata/_auto_deps.py | 2 ++
 1 file changed, 2 insertions(+)

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'),
 ]
-- 
2.45.2