diff options
author | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-08-02 12:01:49 +0800 |
---|---|---|
committer | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-08-02 12:04:25 +0800 |
commit | e5596628fad15675a96e68db05fb51a7ebc3d3b4 (patch) | |
tree | ccd42f8708df28e9d12f2f54024c6d251be873ff | |
parent | 6f716c66c6218f5bea1f54f5ce4a4ef437272b8f (diff) |
fix the bug for the package version of ruamel.yaml
Change-Id: I63b58ad9a9e32fc4605329f7de467215a8164877
Issue-ID: VFC-1465
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
-rw-r--r-- | gvnfmadapter/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gvnfmadapter/requirements.txt b/gvnfmadapter/requirements.txt index 4fe839c..064f44d 100644 --- a/gvnfmadapter/requirements.txt +++ b/gvnfmadapter/requirements.txt @@ -11,6 +11,7 @@ mock==3.0.5 unittest_xml_reporting==1.12.0 # for auto swagger +ruamel.yaml<0.16.0 drf-yasg==1.16.0 # for the validation feature |