diff options
author | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-08-05 15:09:09 +0800 |
---|---|---|
committer | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-08-05 15:09:20 +0800 |
commit | 83ad582837ffa80994eaae806de0ea9a7b6ad46c (patch) | |
tree | b515d03cfcc885f2cfac365f82c482b1d3b2ed4b /gvnfmadapter | |
parent | b0a0a5447ad93109865fc9fb341c3f1ef1d17c89 (diff) |
fix the bug for the package version of ruamel.yaml
Change-Id: Id6326e7487a074345b9539a58e860ded4c41c0f5
Issue-ID: VFC-1465
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'gvnfmadapter')
-rw-r--r-- | gvnfmadapter/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/requirements.txt b/gvnfmadapter/requirements.txt index dfd4d14..506a6fa 100644 --- a/gvnfmadapter/requirements.txt +++ b/gvnfmadapter/requirements.txt @@ -11,7 +11,7 @@ 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.14.0 # for the validation feature |