tests: give ansible/gcloud/ its own requirements file.

This commit is contained in:
David Wilson 2019-01-27 20:16:35 +00:00
parent fba06b0bde
commit 59068ca955
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
google-api-python-client==1.6.5

View File

@ -1,7 +1,6 @@
ansible; python_version >= '2.7'
ansible<2.7; python_version < '2.7'
paramiko==2.3.2 # Last 2.6-compat version.
google-api-python-client==1.6.5
hdrhistogram==0.6.1
PyYAML==3.11; python_version < '2.7'
PyYAML==3.13; python_version >= '2.7'