Updated from global requirements

Change-Id: I15c9ac7df68425c3a35a36dba1c5246dba8ae6c4
This commit is contained in:
OpenStack Proposal Bot
2016-01-16 03:30:39 +00:00
parent 81befc2e7d
commit 0939f8224f
2 changed files with 28 additions and 28 deletions

View File

@@ -1,18 +1,18 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
alembic>=0.8.0
pecan>=1.0.0
pbr>=1.6
SQLAlchemy<1.1.0,>=1.0.10
Babel>=1.3
eventlet>=0.17.4
requests!=2.9.0,>=2.8.1
keystoneauth1>=2.1.0
keystonemiddleware>=4.0.0
python-neutronclient>=2.6.0
WebOb>=1.2.3
six>=1.9.0
alembic>=0.8.0 # MIT
pecan>=1.0.0 # BSD
pbr>=1.6 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT
Babel>=1.3 # BSD
eventlet>=0.17.4 # MIT
requests!=2.9.0,>=2.8.1 # Apache-2.0
keystoneauth1>=2.1.0 # Apache-2.0
keystonemiddleware>=4.0.0 # Apache-2.0
python-neutronclient>=2.6.0 # Apache-2.0
WebOb>=1.2.3 # MIT
six>=1.9.0 # MIT
stevedore>=1.5.0 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
@@ -27,16 +27,16 @@ oslo.serialization>=1.10.0 # Apache-2.0
oslo.service>=1.0.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
PyMySQL>=0.6.2 # MIT License
python-barbicanclient>=3.3.0
python-novaclient!=2.33.0,>=2.29.0
pyOpenSSL>=0.14
WSME>=0.8
python-barbicanclient>=3.3.0 # Apache-2.0
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
pyOpenSSL>=0.14 # Apache-2.0
WSME>=0.8 # MIT
Jinja2>=2.8 # BSD License (3 clause)
paramiko>=1.13.0
taskflow>=1.25.0
paramiko>=1.13.0 # LGPL
taskflow>=1.25.0 # Apache-2.0
#for the amphora api
Flask<1.0,>=0.10
netifaces>=0.10.4
Flask<1.0,>=0.10 # BSD
netifaces>=0.10.4 # MIT
cryptography>=1.0 # Apache-2.0
cryptography>=1.0 # BSD/Apache-2.0

View File

@@ -3,14 +3,14 @@
# process, which may cause wedges in the gate later.
hacking<0.10,>=0.9.1
requests-mock>=0.7.0 # Apache-2.0
coverage>=3.6
mock>=1.2
coverage>=3.6 # Apache-2.0
mock>=1.2 # BSD
pyroute2>=0.3.10 # Apache-2.0 (+ dual licensed GPL2)
python-subunit>=0.0.18
python-subunit>=0.0.18 # Apache-2.0/BSD
oslotest>=1.10.0 # Apache-2.0
testrepository>=0.0.18
testtools>=1.4.0
testresources>=0.2.4
WebTest>=2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
testresources>=0.2.4 # Apache-2.0/BSD
WebTest>=2.0 # MIT
doc8 # Apache-2.0
reno>=0.1.1 # Apache2