diff --git a/setup.py b/setup.py index e1a6594564db..1626263c8275 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ REQUIREMENTS = [ 'google-apitools', - 'httplib2', + 'httplib2 >= 0.9.1', 'oauth2client >= 1.4.6', 'protobuf >= 2.5.0', 'pycrypto', diff --git a/tox.ini b/tox.ini index 747f692d574e..de0cd0be043f 100644 --- a/tox.ini +++ b/tox.ini @@ -67,9 +67,3 @@ basepython = python3.4 commands = {toxinidir}/scripts/run_regression.sh -deps = - {[testenv]deps} - # Use a development checkout of httplib2 until a release is made - # incorporating https://github.com/jcgregorio/httplib2/pull/291 - # and https://github.com/jcgregorio/httplib2/pull/296 - -egit+https://github.com/jcgregorio/httplib2.git#egg=httplib2