From 2760519436f78975f16f26c412e842e34b28d624 Mon Sep 17 00:00:00 2001 From: ERIMROB Date: Tue, 12 May 2020 12:56:56 +0100 Subject: [PMSH] Replace own logging implementation with pylog Signed-off-by: ERIMROB Issue-ID: DCAEGEN2-2155 Change-Id: I670c4fff8029a73075b651c2afe6237c08cf907c --- components/pm-subscription-handler/setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'components/pm-subscription-handler/setup.py') diff --git a/components/pm-subscription-handler/setup.py b/components/pm-subscription-handler/setup.py index cc09dc8f..c8170b70 100644 --- a/components/pm-subscription-handler/setup.py +++ b/components/pm-subscription-handler/setup.py @@ -36,5 +36,7 @@ setup( "Flask==1.1.1", "swagger-ui-bundle==0.0.6", "psycopg2-binary==2.8.4", - "onap_dcae_cbs_docker_client==2.1.0"] + "onap_dcae_cbs_docker_client==2.1.0", + "onappylog==1.0.9", + "ruamel.yaml==0.16.10"] ) -- cgit 1.2.3-korg