summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-08-02 12:18:44 +0800
committerYan Yang <yangyanyj@chinamobile.com>2019-08-02 04:20:37 +0000
commit8332c22c78efcfa08bdd9c0416bf072755b42396 (patch)
tree49398f2568e5fa5dca91044988336847fc279554
parentd1603530be1bb598f04f070e9e522e6708ebf3ca (diff)
Fix the error of drf-yasg
Change-Id: I93ad649c8d3a65aa300812d4e41d159bd2c5870e Issue-ID: VFC-1465 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--res/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/requirements.txt b/res/requirements.txt
index 08990bd..3ba86b5 100644
--- a/res/requirements.txt
+++ b/res/requirements.txt
@@ -20,8 +20,8 @@ mock==3.0.5
unittest_xml_reporting==1.12.0
# for auto-swagger
-ruamel.yaml<0.16.0
-drf-yasg==1.16.0
+ruamel.yaml==0.15.97
+drf-yasg==1.14.0
flex>=6.11.1
swagger-spec-validator>=2.1.0