From e9788daaa19c551dee357ad16d1051605240e534 Mon Sep 17 00:00:00 2001 From: Brinda Santh Date: Thu, 10 Oct 2019 18:32:49 -0400 Subject: Remove python ciscoconfparser requirement Issue-ID: CCSDK-1747 Signed-off-by: Brinda Santh Change-Id: I6af3916d949075d1f250086a032a0d7b1457c26c --- ms/py-executor/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ms/py-executor') 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 -- cgit 1.2.3-korg