From 331a93a59c60f570c2ab231b425f9cd46c07ccf4 Mon Sep 17 00:00:00 2001 From: emartin Date: Wed, 11 Dec 2019 11:48:53 +0000 Subject: Pull config from CBS Signed-off-by: emartin Issue-ID: DCAEGEN2-1843 Change-Id: Id97960dc02aca5531be016d70ea388473b556683 --- components/pm-subscription-handler/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 9012a04c..a4d9ada4 100644 --- a/components/pm-subscription-handler/setup.py +++ b/components/pm-subscription-handler/setup.py @@ -30,6 +30,5 @@ setup( python_requires='>=3', install_requires=[ "requests==2.22.0", - "aiohttp==3.6.2", - "onappylog==1.0.9"], + "tenacity==6.0.0"], ) -- cgit 1.2.3-korg