diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-08-02 10:46:49 +0800 |
---|---|---|
committer | Yan Yang <yangyanyj@chinamobile.com> | 2019-08-02 03:10:44 +0000 |
commit | 88059a9fda631178db0e0719946ae01da1d275de (patch) | |
tree | 10afb67f42a6f427adfdd348cf7ad00e2d23dcb0 /requirements.txt | |
parent | 5a67813844dd4831a1a68f739e03a073473f3206 (diff) |
Fix the error of drf-yasg
Change-Id: I273c3228e4b3ffa8dfaae091e029094651c68168
Issue-ID: VFC-1465
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 769e77b1..2986c3e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,8 @@ unittest_xml_reporting==1.12.0 # nfv-toscaparser>=0.5.0 # for swagger -drf-yasg==1.16.0 +ruamel.yaml==0.15.97 +drf-yasg==1.14.0 # for the validation feature flex>=6.11.1 |