Updated from global requirements

Change-Id: Idea92d3bfab4192bf3080cd6c32e392a91bc79ee
This commit is contained in:
OpenStack Proposal Bot 2016-01-16 03:31:27 +00:00
parent 29a7702a99
commit ef8da69263
2 changed files with 9 additions and 9 deletions

View File

@ -7,9 +7,9 @@
# adding a new feature to oslo.serialization means adding a new dependency,
# that is a likely indicator that the feature belongs somewhere else.
pbr>=1.6
Babel>=1.3
six>=1.9.0
msgpack-python>=0.4.0
pbr>=1.6 # Apache-2.0
Babel>=1.3 # BSD
six>=1.9.0 # MIT
msgpack-python>=0.4.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
pytz>=2013.6
pytz>=2013.6 # MIT

View File

@ -2,13 +2,13 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
mock>=1.2
netaddr!=0.7.16,>=0.7.12
mock>=1.2 # BSD
netaddr!=0.7.16,>=0.7.12 # BSD
# this is required for the docs build jobs
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
oslotest>=1.10.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
coverage>=3.6
coverage>=3.6 # Apache-2.0