summaryrefslogtreecommitdiffstats
path: root/lcm/requirements.txt
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-02-07 11:24:46 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-02-07 11:25:37 +0800
commit3bd4752aeb947d60b86bc2478dd594dc5e202d4f (patch)
treec58a7d20d70b072ebbaf8948a68a58202e399df5 /lcm/requirements.txt
parentb8dc81c09492daf50eb247172b5c75ceb4f113cc (diff)
Remove dependency on onaplogging in vnflcm
Change-Id: I176533e844f58cb877111f3d90f1d8869f14ac11 Issue-ID: VFC-1809 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
Diffstat (limited to 'lcm/requirements.txt')
-rw-r--r--lcm/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lcm/requirements.txt b/lcm/requirements.txt
index 7981a43e..83dde2e9 100644
--- a/lcm/requirements.txt
+++ b/lcm/requirements.txt
@@ -30,3 +30,5 @@ onappylog==1.0.9
# uwsgi for parallel processing
uwsgi
+
+PyYAML==5.3.1 \ No newline at end of file