Updated from global requirements

Change-Id: I99dd0f65831530c105c97aa54ce9826dc6707829
This commit is contained in:
OpenStack Proposal Bot 2017-05-15 00:53:23 +00:00
parent 3cd03fc7b1
commit c7a3def66e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ hacking!=0.13.0,<0.14,>=0.12.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