Bump requirements in preparation for kilo
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
This commit is contained in:
parent
33f0c13ef4
commit
0452c5d81b
@ -1,14 +1,9 @@
|
||||
cloudlib>=0.3.0
|
||||
ecdsa>=0.11
|
||||
Jinja2<=2.7.2
|
||||
MarkupSafe>=0.23
|
||||
netaddr>=0.7.12,<=0.7.13
|
||||
paramiko>=1.13.0,<=1.15.2
|
||||
pexpect>=3.1,<=3.3
|
||||
pip>=1.5.6
|
||||
PrettyTable>=0.7,<0.8
|
||||
pycrypto>=2.6,<=2.6.1
|
||||
PyYAML>=3.1.0,<=3.10
|
||||
requests>=1.2.1,<=2.2.1,!=2.4.0
|
||||
wheel
|
||||
wsgiref>=0.1.2
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user