Merge "Updated from global requirements"

This commit is contained in:
Jenkins
2016-10-11 10:49:53 +00:00
committed by Gerrit Code Review

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