aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2019-07-02 10:46:37 +0800
committerdyh <dengyuanhong@chinamobile.com>2019-07-02 10:47:54 +0800
commit7d0fa869b75947729dbe340f8285bc018fa849c4 (patch)
tree665f713dcb4083b06315a640c6abf355101b6e55 /requirements.txt
parentfe84f2b0babbcf795fde731b40bfc1d591918534 (diff)
update djangorestframework version
update UT Change-Id: Ia9877aedc9b88d10d3bc9dbc5bb2b1612ae1e41a Issue-ID: MODELING-176 Signed-off-by: dyh <dengyuanhong@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 ef4efea..8800003 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
# rest framework
Django==1.11.21
-djangorestframework==3.7.7
+djangorestframework==3.9.4
# for access MySQL
PyMySQL==0.9.3