c904de2db5
This change allows Ansible to be installed and executed from within a virtual environment. Closes-Bug: 1431324 Implements: blueprint ansible-2-1-support Change-Id: I2fb19dd8218753f75bd7550ed7ba9b79f777083d Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
13 lines
472 B
Plaintext
13 lines
472 B
Plaintext
netaddr>=0.7.12 # playbooks/inventory/dynamic_inventory.py
|
|
PrettyTable>=0.7,<0.8 # scripts/inventory-manage.py
|
|
pycrypto>=2.6 # scripts/pw-token-gen.py
|
|
PyYAML>=3.1.0 # scripts/pw-token-gen.py
|
|
virtualenv>=14.0.0 # Used for Ansible isolation
|
|
###
|
|
### These are pinned to ensure exactly the same behaviour forever! ###
|
|
### These pins are updated through the sources-branch-updater script ###
|
|
###
|
|
pip==8.1.2
|
|
setuptools==21.1.0
|
|
wheel==0.29.0
|