From 018989a5554f3c6aec77ce7b2851c63005271c2a Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 18 Apr 2018 09:15:50 -0400 Subject: Fix setup for pip 10.0.0 Issue-ID: DCAEGEN2-452 Change-Id: Id3f478bdbe260804d6b3c1ef530358122f66a78b Signed-off-by: Lusheng Ji --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index feb360d..aff0a9c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pysnmp==4.4.2 requests==2.18.3 -onap_dcae_cbs_docker_client==0.0.3 +onap_dcae_cbs_docker_client==1.0.1 diff --git a/setup.py b/setup.py index edb5aa3..8399b28 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( install_requires=[ "pysnmp==4.4.2", "requests==2.18.3", - "onap_dcae_cbs_docker_client==0.0.3" + "onap_dcae_cbs_docker_client==1.0.1" ], author = "Dave L", author_email = "dl3158@att.com", -- cgit 1.2.3-korg