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
|
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
||||||
|
|
||||||
# For async and/or periodic work
|
# 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.
|
# For reader/writer + interprocess locks.
|
||||||
fasteners>=0.7.0 # Apache-2.0
|
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
|
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
|
||||||
|
|
||||||
# Used for structured input validation
|
# 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
|
# For the state machine we run with
|
||||||
automaton>=0.5.0 # Apache-2.0
|
automaton>=1.9.0 # Apache-2.0
|
||||||
|
|
||||||
# For common utilities
|
# For common utilities
|
||||||
oslo.utils>=3.20.0 # Apache-2.0
|
oslo.utils>=3.28.0 # Apache-2.0
|
||||||
oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
||||||
tenacity>=3.2.1 # Apache-2.0
|
tenacity>=3.2.1 # Apache-2.0
|
||||||
|
|
||||||
# For lru caches and such
|
# For lru caches and such
|
||||||
cachetools>=1.1.0 # MIT License
|
cachetools>=2.0.0 # MIT License
|
||||||
|
|
||||||
# For deprecation of things
|
# For deprecation of things
|
||||||
debtcollector>=1.2.0 # Apache-2.0
|
debtcollector>=1.2.0 # Apache-2.0
|
||||||
|
@ -74,7 +74,7 @@ database =
|
|||||||
alembic>=0.8.10 # MIT
|
alembic>=0.8.10 # MIT
|
||||||
SQLAlchemy-Utils # BSD License
|
SQLAlchemy-Utils # BSD License
|
||||||
PyMySQL>=0.7.6 # MIT License
|
PyMySQL>=0.7.6 # MIT License
|
||||||
psycopg2>=2.5 # LGPL/ZPL
|
psycopg2>=2.6.2 # LGPL/ZPL
|
||||||
test =
|
test =
|
||||||
pydotplus>=2.0.2 # MIT License
|
pydotplus>=2.0.2 # MIT License
|
||||||
hacking<0.11,>=0.10.0
|
hacking<0.11,>=0.10.0
|
||||||
|
Loading…
Reference in New Issue
Block a user