aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2018-07-29 06:35:06 +0000
committervagrant <vv770d@att.com>2018-07-29 06:38:27 +0000
commitcd579fb22b16f74ea13929ce91cf66835297fe8f (patch)
tree914f149555e8022ef9b3edf878a9889e8df58828
parent0444a4f2ddf9ba69de74af8c35b3c397db82db1b (diff)
fix verify build error on module
Change-Id: Id11e90e22dc2beda7e251b464ae9c5965223b8df Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-650
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 504435a..a416911 100644
--- a/setup.py
+++ b/setup.py
@@ -41,10 +41,10 @@ setup(
packages=find_packages(),
install_requires=[
"request==1.0.1",
-"requests==2.18.3",
+"requests==2.19.1",
"onap_dcae_cbs_docker_client==1.0.1",
-"six==1.10.0",
-"PyYAML==3.12",
+"six==1.11.0",
+"PyYAML==3.13",
"httplib2==0.9.2",
"HTTPretty==0.8.14",
"pyOpenSSL==17.5.0",