Updated from global requirements

Change-Id: Iaca6dc7ee35cd280845f5ec07966cdfc8bed25be
This commit is contained in:
OpenStack Proposal Bot 2016-01-16 03:31:23 +00:00
parent ed678f0d4c
commit f3b0a74b29
2 changed files with 8 additions and 8 deletions

View File

@ -2,11 +2,11 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6
pbr>=1.6 # Apache-2.0
Jinja2>=2.8 # BSD License (3 clause)
Babel>=1.3
Babel>=1.3 # BSD
oslo.serialization>=1.10.0 # Apache-2.0
psutil<2.0.0,>=1.1.1
six>=1.9.0
psutil<2.0.0,>=1.1.1 # BSD
six>=1.9.0 # MIT
oslo.i18n>=1.5.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0

View File

@ -7,11 +7,11 @@ oslotest>=1.10.0 # Apache-2.0
# These are needed for docs generation
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
# for testing optional parts
oslo.config>=3.2.0 # Apache-2.0
eventlet>=0.17.4
greenlet>=0.3.2
eventlet>=0.17.4 # MIT
greenlet>=0.3.2 # MIT
coverage>=3.6
coverage>=3.6 # Apache-2.0