diff options
author | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-08-02 11:24:44 +0800 |
---|---|---|
committer | hongyuzhao <zhao.hongyu@zte.com.cn> | 2019-08-02 11:33:07 +0800 |
commit | d1603530be1bb598f04f070e9e522e6708ebf3ca (patch) | |
tree | 44ec75eed22950285c2f94995f86edebe573f24e /res | |
parent | 33aef74701686cd80b7e11a8243c1931371a7c52 (diff) |
fix the bug for the package version of ruamel.yaml
Change-Id: Ie5005502825d39f3b5d866d8a10f8d8c484cf842
Issue-ID: VFC-1465
Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'res')
-rw-r--r-- | res/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/requirements.txt b/res/requirements.txt index 1f7beff..08990bd 100644 --- a/res/requirements.txt +++ b/res/requirements.txt @@ -20,6 +20,7 @@ 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 |