Updated from global requirements

Change-Id: I0f003c26af567579c87fdf92da7940577c1a08dc
This commit is contained in:
OpenStack Proposal Bot 2017-02-11 17:44:24 +00:00
parent ef9db22744
commit 6c9b1bd636
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
pbr>=1.8 # Apache-2.0
monasca-statsd>=1.1.0 # Apache-2.0
requests!=2.12.2,>=2.10.0 # Apache-2.0
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
PyYAML>=3.10.0 # MIT
six>=1.9.0 # MIT
monasca-common>=1.4.0 # Apache-2.0

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
bandit>=1.1.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
mock>=2.0 # BSD