Updated from global requirements
Change-Id: I41da9989b00c88543e1fe77fa994eb9f0be7a2d3
This commit is contained in:
parent
daefa879e6
commit
f9065c4d97
@ -14,7 +14,7 @@ six>=1.9.0 # MIT
|
||||
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
||||
|
||||
# For async and/or periodic work
|
||||
futurist!=0.15.0,>=0.11.0 # Apache-2.0
|
||||
futurist>=1.2.0 # Apache-2.0
|
||||
|
||||
# For reader/writer + interprocess locks.
|
||||
fasteners>=0.7.0 # Apache-2.0
|
||||
@ -32,18 +32,18 @@ stevedore>=1.20.0 # Apache-2.0
|
||||
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
|
||||
|
||||
# Used for structured input validation
|
||||
jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
|
||||
jsonschema<3.0.0,>=2.6.0 # MIT
|
||||
|
||||
# For the state machine we run with
|
||||
automaton>=0.5.0 # Apache-2.0
|
||||
automaton>=1.9.0 # Apache-2.0
|
||||
|
||||
# For common utilities
|
||||
oslo.utils>=3.20.0 # Apache-2.0
|
||||
oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
|
||||
oslo.utils>=3.28.0 # Apache-2.0
|
||||
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
||||
tenacity>=3.2.1 # Apache-2.0
|
||||
|
||||
# For lru caches and such
|
||||
cachetools>=1.1.0 # MIT License
|
||||
cachetools>=2.0.0 # MIT License
|
||||
|
||||
# For deprecation of things
|
||||
debtcollector>=1.2.0 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user