Merge "Change MySqlDB to pymysql"

This commit is contained in:
Jenkins 2016-01-08 18:39:54 +00:00 committed by Gerrit Code Review
commit 9c33a33e08
2 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@
# under the License.
import logging
import MySQLdb as mdb
from oslo_config import cfg
import pymysql as mdb
from monasca_common.repositories import exceptions

View File

@ -2,6 +2,6 @@ iso8601
six>=1.7.0
kazoo>=2.0
kafka-python>=0.9.1,<0.9.3
MySQL-python>=1.2.3
PyMySQL>=0.6.7
oslo.config<2.5.0
pbr>=0.11,<2.0