Updated from global requirements

Change-Id: I67c5dfed6a869d77ab4c9857a66953128b0529e9
This commit is contained in:
OpenStack Proposal Bot 2016-12-23 03:12:51 +00:00
parent b76a2af237
commit 78844fd038
2 changed files with 3 additions and 3 deletions

View File

@ -9,11 +9,11 @@ alembic>=0.8.4 # MIT
Babel>=2.3.4 # BSD
eventlet!=0.18.3,>=0.18.2 # MIT
greenlet>=0.3.2 # MIT
lxml>=2.3 # BSD
lxml!=3.7.0,>=2.3 # BSD
netaddr!=0.7.16,>=0.7.13 # BSD
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.context>=2.9.0 # Apache-2.0
oslo.db!=4.13.1,!=4.13.2,>=4.11.0 # Apache-2.0
oslo.db>=4.13.3 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.log>=3.11.0 # Apache-2.0
oslo.messaging>=5.14.0 # Apache-2.0

View File

@ -18,7 +18,7 @@ openstackdocstheme>=1.5.0 # Apache-2.0
# Do not remove 'PyMySQL' and 'psycopg2' dependencies. They are used
# by oslo_db lib for running MySQL and PostgreSQL DB migration tests.
# See http://docs.openstack.org/developer/oslo.db/contributing.html#how-to-run-unit-tests
PyMySQL!=0.7.7,>=0.7.6 # MIT License
PyMySQL>=0.7.6 # MIT License
psycopg2>=2.5 # LGPL/ZPL
python-subunit>=0.0.18 # Apache-2.0/BSD