Updated from global requirements
Change-Id: I299a3501269524515d48476db0831d7bf264545a
This commit is contained in:
committed by
Thomas Goirand
parent
07c9738fb4
commit
85f588ae95
@@ -11,10 +11,10 @@ pbr>=1.6
|
|||||||
six>=1.9.0
|
six>=1.9.0
|
||||||
|
|
||||||
# Enum library made for <= python 3.3
|
# 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
|
# 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.
|
# For reader/writer + interprocess locks.
|
||||||
fasteners>=0.7 # Apache-2.0
|
fasteners>=0.7 # Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user