From af7747ca4a7d849dbef9f86b31216e388334f876 Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Fri, 22 Sep 2017 10:05:05 -0400 Subject: Get tox working * Use public onap dependencies * Make to work with tox * Fix unit tests Change-Id: I08ed9fa33003f4ec017818f61acf83b9f29ec9a3 Issue-Id: DCAEGEN2-60 Signed-off-by: Michael Hwang --- dcae-cli/requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'dcae-cli/requirements.txt') diff --git a/dcae-cli/requirements.txt b/dcae-cli/requirements.txt index 52d5aa1..03244e7 100644 --- a/dcae-cli/requirements.txt +++ b/dcae-cli/requirements.txt @@ -1,5 +1,4 @@ # TODO: May need to add the following line -# --extra-index-url python-consul==0.6.1 six==1.10.0 SQLAlchemy==1.1.4 @@ -8,7 +7,7 @@ click==6.6 jsonschema==2.5.1 docker-py==1.10.6 terminaltables==3.1.0 -python-discovery-client==2.0.0 -python-dockering==1.2.1 +onap-dcae-discovery-client==2.1.0 +onap-dcae-dockering==1.3.0 psycopg2==2.7.1 genson==0.2.2 -- cgit 1.2.3-korg