Updated from global requirements

Change-Id: I41da9989b00c88543e1fe77fa994eb9f0be7a2d3
This commit is contained in:
OpenStack Proposal Bot 2017-09-11 21:51:23 +00:00
parent daefa879e6
commit f9065c4d97
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -74,7 +74,7 @@ database =
alembic>=0.8.10 # MIT
SQLAlchemy-Utils # BSD License
PyMySQL>=0.7.6 # MIT License
psycopg2>=2.5 # LGPL/ZPL
psycopg2>=2.6.2 # LGPL/ZPL
test =
pydotplus>=2.0.2 # MIT License
hacking<0.11,>=0.10.0