Updated from global requirements

Change-Id: I7ac8d6d016ae8f29adc0dd7cbf700ac9d91385b7
This commit is contained in:
OpenStack Proposal Bot 2016-01-19 13:48:36 +00:00
parent c3057f1aa0
commit d4f2a9f18a
2 changed files with 18 additions and 18 deletions

View File

@ -1,13 +1,13 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
python-mistralclient>=1.0.0
pbr>=1.6
eventlet>=0.17.4
PyYAML>=3.1.0
pecan>=1.0.0
WSME>=0.8
argparse
python-mistralclient>=1.0.0 # Apache-2.0
pbr>=1.6 # Apache-2.0
eventlet>=0.17.4 # MIT
PyYAML>=3.1.0 # MIT
pecan>=1.0.0 # BSD
WSME>=0.8 # MIT
argparse # PSF
oslo.config>=3.2.0 # Apache-2.0
python-keystoneclient!=1.8.0,>=1.6.0
Flask<1.0,>=0.10
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
Flask<1.0,>=0.10 # BSD

View File

@ -1,13 +1,13 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pep8==1.5.7
pyflakes==0.8.1
flake8<=2.4.1,>=2.2.4
pep8==1.5.7 # MIT
pyflakes==0.8.1 # MIT
flake8<=2.4.1,>=2.2.4 # MIT
pylint==1.4.5 # GNU GPL v2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
unittest2
fixtures>=1.3.1
mock>=1.2
nose
testtools>=1.4.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
unittest2 # BSD
fixtures>=1.3.1 # Apache-2.0/BSD
mock>=1.2 # BSD
nose # LGPL
testtools>=1.4.0 # MIT