From: yangyan Date: Fri, 22 Mar 2019 18:48:15 +0000 (+0800) Subject: change the pymysql version in requirement X-Git-Tag: 1.3.0~116 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a5511b6c7b370fc8e002bf5280bd42219efda88b;p=vfc%2Fnfvo%2Flcm.git change the pymysql version in requirement Change-Id: If49dddfb6848334124a0eb116b3ca68a0ec3231b Issue-ID: VFC-1311 Signed-off-by: yangyan --- diff --git a/requirements.txt b/requirements.txt index a5339e86..e3cded35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Django==1.11.9 djangorestframework==3.7.7 # for access MySQL -PyMySQL==0.7.11 +PyMySQL==0.9.3 # redis cache redis==2.10.5