0452c5d81b
This commit brings o-a-d's requirements.txt in line w/ global-requirements.txt (master). Also, we remove any packages that are no longer required (a number were installed previously for tools in scripts/ which no longer exist). Additionally, we add some comments indicating what requires a specific package. NOTE: wheel requirement was originally added as pip < 6.0 required wheels package in order to be able to install wheels themselves. Since we also bump pip to 6.0, wheel is no longer required. Change-Id: I0de858283157cfb22db935bfe81a7ec23c9a7b9c Closes-Bug: #1428106
10 lines
398 B
Plaintext
10 lines
398 B
Plaintext
cloudlib>=0.3.0 # scripts/os-ansible-role-requirements.py
|
|
Jinja2>=2.6 # ansible
|
|
netaddr>=0.7.12 # playbooks/inventory/dynamic_inventory.py
|
|
paramiko>=1.13.0 # ansible
|
|
pip>=6.0
|
|
PrettyTable>=0.7,<0.8 # scripts/inventory-manage.py
|
|
pycrypto>=2.6 # ansible
|
|
PyYAML>=3.1.0 # ansible
|
|
requests>=2.2.0,!=2.4.0 # scripts/os-ansible-role-requirements.py
|