Updated from global requirements

Change-Id: I71cf70f0482e4ddfbdd85c135c1f676b7370f80f
This commit is contained in:
OpenStack Proposal Bot 2017-11-15 12:06:04 +00:00
parent 1733fe496b
commit 6f37d00781
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ contextlib2>=0.4.0 # PSF License
stevedore>=1.20.0 # Apache-2.0
# Backport for concurrent.futures which exists in 3.2+
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
# Used for structured input validation
jsonschema<3.0.0,>=2.6.0 # MIT