Updated from global requirements

Change-Id: Ia5261e6fcd08649f0b3e4a85082d59847f0d828b
This commit is contained in:
OpenStack Proposal Bot 2016-10-22 01:26:17 +00:00
parent 69bf513b00
commit dfefb46a79
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>=3.6 # Apache-2.0
coverage>=4.0 # Apache-2.0
# this is required for the docs build jobs
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD