aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2019-11-22 11:30:57 +0800
committerdyh <dengyuanhong@chinamobile.com>2019-11-22 11:31:12 +0800
commite6c4645b2a13ea5378f8dff4f8cfbe7cbd5b4120 (patch)
treed3f3f226a5b92179cd7bc1afcc64875d48e49cd1 /requirements.txt
parentb301e35367f860fae335c85227795008b531d79b (diff)
update djangorestframework version
Issue-ID: MODELING-264 Change-Id: I61396219e03e153d20b0d26c399e49117a1b2fc2 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index b8b5e85..5959924 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
# rest framework
Django==2.1.10
-djangorestframework==3.9.4
+djangorestframework==3.10.3
# for access MySQL
PyMySQL==0.9.3
@@ -27,7 +27,7 @@ nfv-toscaparser==1.1.2.dev2
# for auto swagger
ruamel.yaml==0.15.97
-drf-yasg==1.16.0
+drf-yasg==1.17.0
flex>=6.11.1
swagger-spec-validator>=2.1.0