From aeb0f247d2bc2ad9fc97e99e2dd30b6ec7db0fa9 Mon Sep 17 00:00:00 2001 From: Ben Demaree Date: Tue, 16 Feb 2016 16:31:08 -0600 Subject: [PATCH] Pin back oauth2client from breaking major version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a18076c2e89..722b77a2baf5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ REQUIREMENTS = [ 'httplib2 >= 0.9.1', 'googleapis-common-protos', - 'oauth2client >= 1.4.6', + 'oauth2client >= 1.4.6, <2.0.0', 'protobuf >= 3.0.0b2', 'pyOpenSSL', 'six',