Updated from global requirements

Change-Id: I98898eb4bf79564bf9a0a32d7650ea2ed3018f10
This commit is contained in:
OpenStack Proposal Bot 2016-02-10 21:51:37 +00:00
parent b74bf37c25
commit e280e76547
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# 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 # MIT
eventlet!=0.18.0,>=0.17.4 # MIT
eventlet>=0.18.2 # MIT
netaddr!=0.7.16,>=0.7.12 # BSD
httplib2>=0.7.5 # MIT
python-neutronclient>=2.6.0 # Apache-2.0
@ -18,7 +18,7 @@ oslo.utils>=3.4.0 # Apache-2.0
oslo.rootwrap>=2.0.0 # Apache-2.0
WebOb>=1.2.3 # MIT
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
cliff>=1.15.0 # Apache-2.0
cliff!=1.16.0,>=1.15.0 # Apache-2.0
six>=1.9.0 # MIT
tooz>=1.28.0 # Apache-2.0
pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License

View File

@ -4,7 +4,7 @@
unittest2 # BSD
nose # LGPL
coverage>=3.6 # Apache-2.0
mock>=1.2 # BSD
mock>=1.2;python_version<'3.3' # BSD
pep8==1.5.7 # MIT
iso8601>=0.1.9 # MIT
mox>=0.5.3 # Apache-2.0