diff options
author | vagrant <vv770d@att.com> | 2018-07-29 06:13:37 +0000 |
---|---|---|
committer | vagrant <vv770d@att.com> | 2018-07-29 06:18:58 +0000 |
commit | 97a1640e01c0f101ad0fea9f39e9d9765e99f135 (patch) | |
tree | 2126eecc4feb14bb3cbd6e17cb93b9506ce1c183 | |
parent | 4f3f898f09cf679788b6b9f441a00b4031ed0639 (diff) |
fix build issue
Change-Id: I50ee1ce094907b280e94bebb4788d91162aa5bb8
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-650
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ setup( packages=find_packages(), install_requires=[ "pysnmp==4.4.2", - "requests==2.18.3", + "requests==2.19.1", "onap_dcae_cbs_docker_client==1.0.1" ], author = "Dave L", |