aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-18 09:15:50 -0400
committerLusheng Ji <lji@research.att.com>2018-04-18 09:15:58 -0400
commit018989a5554f3c6aec77ce7b2851c63005271c2a (patch)
tree3bf625c67f4a590427d588344d5711e722b55fa7
parentfb89c44167c50c9a444f0b09c1f26c1970e4e139 (diff)
Fix setup for pip 10.0.0
Issue-ID: DCAEGEN2-452 Change-Id: Id3f478bdbe260804d6b3c1ef530358122f66a78b Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--requirements.txt2
-rw-r--r--setup.py2
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",