diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-03-23 02:48:15 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-03-23 10:55:30 +0800 |
commit | a5511b6c7b370fc8e002bf5280bd42219efda88b (patch) | |
tree | 198dc8e49362e6cb52333936d2a7bf2e751ed1c4 /requirements.txt | |
parent | 32287f93b378d1a827d9d2a84b8db50085b91e52 (diff) |
change the pymysql version in requirement
Change-Id: If49dddfb6848334124a0eb116b3ca68a0ec3231b
Issue-ID: VFC-1311
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
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 |