Merge "Move oslo.db to hard requirements list"

This commit is contained in:
Jenkins 2016-09-20 20:24:48 +00:00 committed by Gerrit Code Review
commit d54c6481b0
2 changed files with 1 additions and 2 deletions

View File

@ -15,6 +15,7 @@ lxml>=2.3 # BSD
msgpack-python>=0.4.0 # Apache-2.0
oslo.concurrency>=3.5.0 # Apache-2.0
oslo.config>=3.9.0 # Apache-2.0
oslo.db>=4.1.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
oslo.policy>=0.5.0 # Apache-2.0

View File

@ -37,10 +37,8 @@ gnocchi =
mongo =
pymongo!=3.1,>=3.0.2 # Apache-2.0
postgresql =
oslo.db>=4.1.0 # Apache-2.0
psycopg2>=2.5 # LGPL/ZPL
mysql =
oslo.db>=4.1.0 # Apache-2.0
PyMySQL>=0.6.2 # MIT License
[entry_points]