From: yangyan Date: Fri, 2 Aug 2019 04:26:50 +0000 (+0800) Subject: Fix the error of drf-yasg X-Git-Tag: 1.3.4~4 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=111cf05157a3fef21f6fe35e39774ed5c4e26932 Fix the error of drf-yasg Change-Id: I5572be3622044925e8a1243643cda6916dcd383f Issue-ID: VFC-1465 Signed-off-by: yangyan --- diff --git a/lcm/requirements.txt b/lcm/requirements.txt index be723615..4706950a 100644 --- a/lcm/requirements.txt +++ b/lcm/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