From 827c001714bc65c4e2a0d558613805d80d88ebc2 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 15 Dec 2014 12:17:57 -0500 Subject: [PATCH] Unpin oauth2client after 1.4.4 release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7bcdd7e744ba..9527d1c4822d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ REQUIREMENTS = [ 'httplib2', - 'oauth2client == 1.3', + 'oauth2client', 'protobuf >= 2.5.0', 'pycrypto', 'pyopenssl',