Updated from global requirements

Change-Id: Ia0139a39a0328725f57c1364fcd9c8bd4a1a5d0c
This commit is contained in:
OpenStack Proposal Bot 2017-03-07 05:51:52 +00:00
parent 7f990bfe5f
commit 3fce2e0171
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
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD