aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-03-23 02:48:15 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-03-23 10:55:30 +0800
commita5511b6c7b370fc8e002bf5280bd42219efda88b (patch)
tree198dc8e49362e6cb52333936d2a7bf2e751ed1c4
parent32287f93b378d1a827d9d2a84b8db50085b91e52 (diff)
change the pymysql version in requirement
Change-Id: If49dddfb6848334124a0eb116b3ca68a0ec3231b Issue-ID: VFC-1311 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
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