From a5511b6c7b370fc8e002bf5280bd42219efda88b Mon Sep 17 00:00:00 2001 From: yangyan Date: Sat, 23 Mar 2019 02:48:15 +0800 Subject: [PATCH] change the pymysql version in requirement Change-Id: If49dddfb6848334124a0eb116b3ca68a0ec3231b Issue-ID: VFC-1311 Signed-off-by: yangyan --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6