Updated from global requirements

Change-Id: I7172c089d9d9eccd77f3268078f476dd3038c846
This commit is contained in:
OpenStack Proposal Bot 2016-01-17 01:15:01 +00:00
parent 4f4158f938
commit 1bd01f4939
2 changed files with 14 additions and 14 deletions

View File

@ -2,18 +2,18 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
Babel>=1.3
WebOb>=1.2.3
eventlet>=0.17.4
greenlet>=0.3.2
Babel>=1.3 # BSD
WebOb>=1.2.3 # MIT
eventlet>=0.17.4 # MIT
greenlet>=0.3.2 # MIT
monotonic>=0.3 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
oslo.concurrency>=2.3.0 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
six>=1.9.0
six>=1.9.0 # MIT
oslo.i18n>=1.5.0 # Apache-2.0
PasteDeploy>=1.5.0
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
Routes!=2.0,>=1.12.3;python_version!='2.7'
Paste
PasteDeploy>=1.5.0 # MIT
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT
Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT
Paste # MIT

View File

@ -2,17 +2,17 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
fixtures>=1.3.1
fixtures>=1.3.1 # Apache-2.0/BSD
hacking<0.11,>=0.10.0
mock>=1.2
mock>=1.2 # BSD
oslotest>=1.10.0 # Apache-2.0
# These are needed for docs generation/testing
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
doc8 # Apache-2.0
coverage>=3.6
coverage>=3.6 # Apache-2.0
# Bandit security code scanner
bandit>=0.13.2
bandit>=0.13.2 # Apache-2.0