Updated from global requirements

Change-Id: Icdbebcd017aea88c1ed28c163d5840a5dcfc3971
This commit is contained in:
OpenStack Proposal Bot
2016-10-06 17:03:31 +00:00
parent 50fba9c978
commit 48777885bb

View File

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