Updated from global requirements

Change-Id: I10c8e210a1ec8f84891c77465d52f80274037b4e
This commit is contained in:
OpenStack Proposal Bot
2016-04-19 12:29:56 +00:00
parent 7bcf508263
commit e83a5642e7

View File

@@ -26,7 +26,7 @@ networkx>=1.10 # BSD
contextlib2>=0.4.0 # PSF License
# Used for backend storage engine loading.
stevedore>=1.5.0 # Apache-2.0
stevedore>=1.9.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