Updated from global requirements

Change-Id: Ic34a619440024e0f59f4e11fe6e248370995d5c7
This commit is contained in:
OpenStack Proposal Bot 2017-05-15 00:52:56 +00:00
parent 8f5cfda664
commit 831cbf8ecd
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ kafka-python>=1.3.1 # 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