File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414REQUIREMENTS = [
1515 'google-apitools' ,
16- 'httplib2' ,
16+ 'httplib2 >= 0.9.1 ' ,
1717 'oauth2client >= 1.4.6' ,
1818 'protobuf >= 2.5.0' ,
1919 'pycrypto' ,
Original file line number Diff line number Diff line change @@ -67,9 +67,3 @@ basepython =
6767 python3.4
6868commands =
6969 {toxinidir}/scripts/run_regression.sh
70- deps =
71- {[testenv]deps}
72- # Use a development checkout of httplib2 until a release is made
73- # incorporating https://github.com/jcgregorio/httplib2/pull/291
74- # and https://github.com/jcgregorio/httplib2/pull/296
75- -egit+https://github.com/jcgregorio/httplib2.git# egg=httplib2
You can’t perform that action at this time.
0 commit comments