summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2019-08-02 11:22:26 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2019-08-02 11:34:00 +0800
commitb5e7f136a5f8ee2af051d8f37ad18fb5220ace59 (patch)
treea71e88a0f5b32d2358f7cdc52d563ffac9ebd6b0
parent9d8360fd0ff199e807dc3a19d9a33440cc333e65 (diff)
fix the bug for the package version of ruamel.yaml
Change-Id: I539aea70c1a5c5370c9ce137b3d13a9489f884cd Issue-ID: VFC-1465 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
-rw-r--r--mgr/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt
index 8af9491..5c7d634 100644
--- a/mgr/requirements.txt
+++ b/mgr/requirements.txt
@@ -20,7 +20,9 @@ mock==3.0.5
unittest_xml_reporting==1.12.0
# for auto swagger
+ruamel.yaml<0.16.0
drf-yasg==1.16.0
+
flex>=6.11.1
swagger-spec-validator>=2.1.0