diff options
Diffstat (limited to 'components/pm-subscription-handler/setup.py')
-rw-r--r-- | components/pm-subscription-handler/setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
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"] ) |