From 0452c5d81b4e821a51f93ac83011d8d8a1bc865c Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Fri, 27 Mar 2015 09:25:44 +0000 Subject: [PATCH] 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 --- requirements.txt | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/requirements.txt b/requirements.txt index 20d544ca18..f29cd0ef6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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