Updated from global requirements

Change-Id: If8c3d339602b1502490c3f4e2287f6df0f05cfb5
This commit is contained in:
OpenStack Proposal Bot 2016-01-19 13:45:49 +00:00
parent 64a54c2598
commit 33247487c2
2 changed files with 21 additions and 21 deletions

View File

@ -1,11 +1,11 @@
# 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
eventlet>=0.17.4
netaddr!=0.7.16,>=0.7.12
httplib2>=0.7.5
python-neutronclient>=2.6.0
alembic>=0.8.0 # MIT
eventlet>=0.17.4 # MIT
netaddr!=0.7.16,>=0.7.12 # BSD
httplib2>=0.7.5 # MIT
python-neutronclient>=2.6.0 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.db>=4.1.0 # Apache-2.0
@ -13,13 +13,13 @@ oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.messaging!=2.8.0,!=3.1.0,>2.6.1 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
oslo.utils>=3.4.0 # Apache-2.0
oslo.rootwrap>=2.0.0 # Apache-2.0
WebOb>=1.2.3
python-novaclient!=2.33.0,>=2.29.0
WebOb>=1.2.3 # MIT
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
cliff>=1.15.0 # Apache-2.0
six>=1.9.0
six>=1.9.0 # MIT
tooz>=1.28.0 # Apache-2.0
pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License
keystonemiddleware>=4.0.0
python-keystoneclient!=1.8.0,>=1.6.0
keystonemiddleware>=4.0.0 # Apache-2.0
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0

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.
unittest2
nose
coverage>=3.6
mock>=1.2
pep8==1.5.7
iso8601>=0.1.9
mox>=0.5.3
testtools>=1.4.0
fixtures>=1.3.1
unittest2 # BSD
nose # LGPL
coverage>=3.6 # Apache-2.0
mock>=1.2 # BSD
pep8==1.5.7 # MIT
iso8601>=0.1.9 # MIT
mox>=0.5.3 # Apache-2.0
testtools>=1.4.0 # MIT
fixtures>=1.3.1 # Apache-2.0/BSD
# Doc requirements
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
reno>=0.1.1 # Apache2