Updated from global requirements

Change-Id: I2a473829436ebb156937733f8533cd6b1827fb47
This commit is contained in:
OpenStack Proposal Bot 2017-05-15 00:52:42 +00:00
parent 0b0200572d
commit a8046b48a7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ oslotest>=1.10.0 # Apache-2.0
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
# deps = {[testenv]deps} coverage
coverage>=4.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
# this is required for the docs build jobs
sphinx>=1.5.1 # BSD