From: Brinda Santh Date: Thu, 10 Oct 2019 22:32:49 +0000 (-0400) Subject: Remove python ciscoconfparser requirement X-Git-Tag: 0.7.0~196^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F06%2F96906%2F1;p=ccsdk%2Fcds.git Remove python ciscoconfparser requirement Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh Change-Id: I6af3916d949075d1f250086a032a0d7b1457c26c --- diff --git a/ms/py-executor/requirements.txt b/ms/py-executor/requirements.txt index 6051e04c1..b55636918 100644 --- a/ms/py-executor/requirements.txt +++ b/ms/py-executor/requirements.txt @@ -2,5 +2,4 @@ grpcio==1.23.0 grpcio-tools==1.23.0 configparser==4.0.2 requests==2.22.0 -ncclient==0.6.6 -ciscoconfparse==1.4.7 \ No newline at end of file +ncclient==0.6.6 \ No newline at end of file