summaryrefslogtreecommitdiffstats
path: root/mgr/requirements.txt
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-02-07 11:35:56 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-02-07 11:54:29 +0800
commit36d81137b019137f97bb9f42b789dbffe5dc4cc6 (patch)
tree7ab24b0baf85739d12ef3b637e59d2f738dce9c2 /mgr/requirements.txt
parent109c8040e60115de3d39c40e288993eda5ab3e2a (diff)
Remove dependency on onaplogging in vnfmgr
Change-Id: I36f25fb8bd6d93d971009787ca8c3bd633b3c225 Issue-ID: VFC-1810 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'mgr/requirements.txt')
-rw-r--r--mgr/requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/mgr/requirements.txt b/mgr/requirements.txt
index d5a4429..78380b6 100644
--- a/mgr/requirements.txt
+++ b/mgr/requirements.txt
@@ -29,4 +29,6 @@ swagger-spec-validator>=2.1.0
onappylog>=1.0.9
# uwsgi for parallel processing
-uwsgi \ No newline at end of file
+uwsgi
+
+PyYAML==5.3.1 \ No newline at end of file