From: yangyan Date: Fri, 2 Aug 2019 04:18:44 +0000 (+0800) Subject: Fix the error of drf-yasg X-Git-Tag: 1.3.4~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8332c22c78efcfa08bdd9c0416bf072755b42396;p=vfc%2Fgvnfm%2Fvnfres.git Fix the error of drf-yasg Change-Id: I93ad649c8d3a65aa300812d4e41d159bd2c5870e Issue-ID: VFC-1465 Signed-off-by: yangyan --- 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