Updated from global requirements

Change-Id: I11c158b3e808459a6660581305a7177b84b89676
This commit is contained in:
OpenStack Proposal Bot 2017-01-20 09:58:07 +00:00
parent 5de3ee9f23
commit 5ea9ace311
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# 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.
# 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
coverage>=4.0 # Apache-2.0
mock>=2.0 # BSD
funcsigs>=0.4;python_version=='2.7' or python_version=='2.6' # Apache-2.0