Updated from global requirements

Change-Id: I299a3501269524515d48476db0831d7bf264545a
This commit is contained in:
OpenStack Proposal Bot
2016-01-07 17:19:00 +00:00
parent 5f7d3a26d7
commit 9081096359

View File

@@ -11,10 +11,10 @@ pbr>=1.6
six>=1.9.0
# Enum library made for <= python 3.3
enum34;python_version=='2.7' or python_version=='2.6'
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3'
# For async and/or periodic work
futurist>=0.1.2 # Apache-2.0
futurist>=0.6.0 # Apache-2.0
# For reader/writer + interprocess locks.
fasteners>=0.7 # Apache-2.0