Updated from global requirements

Change-Id: I4b238006e1d0c406cc04bdffd2c5532ebd86a69c
This commit is contained in:
OpenStack Proposal Bot 2016-10-27 12:15:40 +00:00
parent 3431072de7
commit 0299565271
2 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# 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.
oslo.config>=3.14.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.16.0 # Apache-2.0
oslo.utils>=3.17.0 # Apache-2.0
python-keystoneclient>=3.6.0 # Apache-2.0

View File

@ -4,7 +4,7 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.11,>=0.10.0
Babel>=2.3.4 # BSD
coverage>=3.6 # Apache-2.0
coverage>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
flake8<2.6.0,>=2.5.4 # MIT
pep8==1.5.7 # MIT