diff options
author | dyh <dengyuanhong@chinamobile.com> | 2021-02-05 15:14:22 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2021-02-05 15:16:32 +0800 |
commit | 55842baa3a2629a929f2b26d6bc73e16db525272 (patch) | |
tree | a3aeb6256f00fc564b99add5cfd6cbf307ce79be /requirements.txt | |
parent | 491538565523fc3736905c0983cf9682b005ba69 (diff) |
Remove dependency on onaplogging
Change-Id: Ie2270600dcb7b6bd31fc380aee0ea031b1600075
Issue-ID: VFC-1807
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index d7237dde..96cc840b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,8 +33,7 @@ drf-yasg==1.17.0 flex>=6.11.1 swagger-spec-validator>=2.1.0 -# for onap logging -onappylog==1.0.9 - # uwsgi for parallel processing uwsgi + +PyYAML==5.3.1 |