Updated from global requirements

Change-Id: I5ccf97a324e0c426944eee84e08ff8d68e09f95b
This commit is contained in:
OpenStack Proposal Bot 2017-05-15 00:55:55 +00:00
parent 7421a3b226
commit 38e8ee8175
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
coverage>=4.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
flake8<2.6.0,>=2.5.4 # MIT
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
mock>=2.0 # BSD