diff options
author | vagrant <vv770d@att.com> | 2018-07-29 06:35:06 +0000 |
---|---|---|
committer | vagrant <vv770d@att.com> | 2018-07-29 06:38:27 +0000 |
commit | cd579fb22b16f74ea13929ce91cf66835297fe8f (patch) | |
tree | 914f149555e8022ef9b3edf878a9889e8df58828 | |
parent | 0444a4f2ddf9ba69de74af8c35b3c397db82db1b (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.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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", |