Updated from global requirements

Change-Id: I4473230267674ad1f85307b31b74380ada24454f
This commit is contained in:
OpenStack Proposal Bot 2015-06-29 20:34:44 +00:00
parent 27baaf46ad
commit e012d8de0c

View File

@ -11,7 +11,7 @@ pbr<2.0,>=0.11
six>=1.9.0
# Enum library made for <= python 3.3
enum34
enum34;python_version=='2.7' or python_version=='2.6'
# For reader/writer + interprocess locks.
fasteners>=0.7 # Apache-2.0
@ -26,10 +26,10 @@ contextlib2>=0.4.0 # PSF License
stevedore>=1.5.0 # Apache-2.0
# Backport for concurrent.futures which exists in 3.2+
futures>=3.0
futures>=3.0;python_version=='2.7' or python_version=='2.6'
# Backport for time.monotonic which is in 3.3+
monotonic>=0.1
monotonic>=0.1 # Apache-2.0
# Used for structured input validation
jsonschema!=2.5.0,<3.0.0,>=2.0.0