aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-08-02 12:14:04 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-08-02 12:14:11 +0800
commit5940a23bc3e989c3b13586af3073e62497f9d849 (patch)
treea6cda85a51b59132dd12b2ab0866f60d67c8abcb
parentce35cee25cffa3638e2c7b150a91947f3714dd70 (diff)
Fix the error of drf-yasg
Change-Id: I47da4fe60c7e8f145b14f06d76d3fcda45a23d90 Issue-ID: VFC-1465 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 4b13645c..ea23ea88 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -26,7 +26,8 @@ unittest_xml_reporting==1.12.0
nfv-toscaparser==1.1.2.dev2
# for auto swagger
-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