aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-02 10:42:56 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-02 10:43:27 +0800
commitd0e890900ce40e6789b0c578a662cce5d10a9293 (patch)
tree21f0ce1b1f71c5a71163a241954104aac36979e1 /requirements.txt
parenta2544b69d389949ee6cbe6c23348ccb21f928535 (diff)
fix assembly issue
Change-Id: Iea2683d4eed51d4f7a6f98546f55ea54dba79a58 Issue-ID: VFC-1325 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index f2b1e064..73576c12 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