From 20110ffeb5071193e7b437e797636d9d6318dcd4 Mon Sep 17 00:00:00 2001 From: SrikanthNaidu Date: Mon, 10 Dec 2018 21:46:40 +0530 Subject: Heartbeat Microservice Support Heartbeat service monitors missing HB notification Issue-ID: DCAEGEN2-267 Change-Id: I21f36056e9509a167bff476231a6bbd661aca1b9 Signed-off-by: SrikanthNaidu --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a416911..504435a 100644 --- a/setup.py +++ b/setup.py @@ -41,10 +41,10 @@ setup( packages=find_packages(), install_requires=[ "request==1.0.1", -"requests==2.19.1", +"requests==2.18.3", "onap_dcae_cbs_docker_client==1.0.1", -"six==1.11.0", -"PyYAML==3.13", +"six==1.10.0", +"PyYAML==3.12", "httplib2==0.9.2", "HTTPretty==0.8.14", "pyOpenSSL==17.5.0", -- cgit 1.2.3-korg