You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/tests/ansible/requirements.txt

7 lines
220 B
Plaintext

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
PyYAML==3.11; python_version < '2.7'
PyYAML==3.12; python_version >= '2.7'