From 6cec5de80b209af950dc8a3db337f5a3e739fc77 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Tue, 24 Mar 2015 11:18:48 -0700 Subject: [PATCH] Removing dependency on development checkout of oauth2client. Fix https://github.com/google/oauth2client/issues/125 was pushed in 1.4.7 release. --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index b4c53ad25234..95c48a326d84 100644 --- a/tox.ini +++ b/tox.ini @@ -74,7 +74,4 @@ commands = {toxinidir}/scripts/run_regression.sh deps = unittest2 -# Use a development checkout of oauth2client until a release is made -# which fixes https://github.com/google/oauth2client/issues/125 - -egit+https://github.com/google/oauth2client.git#egg=oauth2client protobuf>=3.0.0-alpha-1