diff options
author | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-08-05 10:19:15 +0800 |
---|---|---|
committer | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-08-05 10:21:07 +0800 |
commit | 7dc90301261fdf5afe9a544e7b7c784da4a3c5aa (patch) | |
tree | 79bb4618194c4aaef8276c90b6dfd6f08210bee9 /mgr | |
parent | b5e7f136a5f8ee2af051d8f37ad18fb5220ace59 (diff) |
fix the bug for the package version of ruamel.yaml
Change-Id: I0bb1726e3817558ddb6f4ca0f5fbd1482d8680e8
Issue-ID: VFC-1465
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'mgr')
-rw-r--r-- | mgr/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt index 5c7d634..2639383 100644 --- a/mgr/requirements.txt +++ b/mgr/requirements.txt @@ -20,9 +20,8 @@ mock==3.0.5 unittest_xml_reporting==1.12.0 # for auto swagger -ruamel.yaml<0.16.0 +ruamel.yaml==0.15.97 drf-yasg==1.16.0 - flex>=6.11.1 swagger-spec-validator>=2.1.0 |