Updated from global requirements

Change-Id: Id3abd59bbf64f3fdd3602c6c789082c449dc1a53
This commit is contained in:
OpenStack Proposal Bot 2016-09-01 09:16:11 +00:00
parent 08e8d130fe
commit b9c15c7f7e
1 changed files with 1 additions and 1 deletions

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.6.2 # MIT License
PyMySQL!=0.7.7,>=0.6.2 # MIT License
psycopg2>=2.5 # LGPL/ZPL
python-subunit>=0.0.18 # Apache-2.0/BSD