Updated from global requirements

Change-Id: I3a8470b683b6e856b906d525fc6a085d0e6ee442
This commit is contained in:
OpenStack Proposal Bot 2017-05-15 00:53:14 +00:00
parent 3be07ed24a
commit 9e913db6ad
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,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