tests: give ansible/gcloud/ its own requirements file.
parent
fba06b0bde
commit
59068ca955
@ -0,0 +1 @@
|
|||||||
|
google-api-python-client==1.6.5
|
@ -1,7 +1,6 @@
|
|||||||
ansible; python_version >= '2.7'
|
ansible; python_version >= '2.7'
|
||||||
ansible<2.7; python_version < '2.7'
|
ansible<2.7; python_version < '2.7'
|
||||||
paramiko==2.3.2 # Last 2.6-compat version.
|
paramiko==2.3.2 # Last 2.6-compat version.
|
||||||
google-api-python-client==1.6.5
|
|
||||||
hdrhistogram==0.6.1
|
hdrhistogram==0.6.1
|
||||||
PyYAML==3.11; python_version < '2.7'
|
PyYAML==3.11; python_version < '2.7'
|
||||||
PyYAML==3.13; python_version >= '2.7'
|
PyYAML==3.13; python_version >= '2.7'
|
||||||
|
Loading…
Reference in New Issue