Updated from global requirements

Change-Id: Ic500838a7cbdeeb5076e76a7176d4e2751664ede
This commit is contained in:
OpenStack Proposal Bot 2017-09-16 23:13:00 +00:00
parent 360b194fcf
commit adffb3b124
1 changed files with 1 additions and 1 deletions

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.
coverage!=4.4,>=4.0 # Apache-2.0
doc8 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
flake8-import-order==0.11 # LGPLv3
hacking<0.13,>=0.12.0 # Apache-2.0
mock>=2.0.0 # BSD