Updated from global requirements
Change-Id: Idea92d3bfab4192bf3080cd6c32e392a91bc79ee
This commit is contained in:
parent
29a7702a99
commit
ef8da69263
@ -7,9 +7,9 @@
|
|||||||
# adding a new feature to oslo.serialization means adding a new dependency,
|
# adding a new feature to oslo.serialization means adding a new dependency,
|
||||||
# that is a likely indicator that the feature belongs somewhere else.
|
# that is a likely indicator that the feature belongs somewhere else.
|
||||||
|
|
||||||
pbr>=1.6
|
pbr>=1.6 # Apache-2.0
|
||||||
Babel>=1.3
|
Babel>=1.3 # BSD
|
||||||
six>=1.9.0
|
six>=1.9.0 # MIT
|
||||||
msgpack-python>=0.4.0
|
msgpack-python>=0.4.0 # Apache-2.0
|
||||||
oslo.utils>=3.2.0 # Apache-2.0
|
oslo.utils>=3.2.0 # Apache-2.0
|
||||||
pytz>=2013.6
|
pytz>=2013.6 # MIT
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
hacking<0.11,>=0.10.0
|
hacking<0.11,>=0.10.0
|
||||||
mock>=1.2
|
mock>=1.2 # BSD
|
||||||
netaddr!=0.7.16,>=0.7.12
|
netaddr!=0.7.16,>=0.7.12 # BSD
|
||||||
|
|
||||||
# this is required for the docs build jobs
|
# 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
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
||||||
|
|
||||||
oslotest>=1.10.0 # Apache-2.0
|
oslotest>=1.10.0 # Apache-2.0
|
||||||
oslo.i18n>=1.5.0 # Apache-2.0
|
oslo.i18n>=1.5.0 # Apache-2.0
|
||||||
coverage>=3.6
|
coverage>=3.6 # Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user