diff options
author | Dan Timoney <dtimoney@att.com> | 2019-10-11 16:05:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-11 16:05:33 +0000 |
commit | 3ecab32cb79adb22ffd01381300dc6fc010a2a57 (patch) | |
tree | b16dfdcd556b08cd27735606b1905b31aa3f2359 | |
parent | b12478e07f51f4ad8bc8c18266289d60f4d78f21 (diff) | |
parent | e9788daaa19c551dee357ad16d1051605240e534 (diff) |
Merge "Remove python ciscoconfparser requirement"
-rw-r--r-- | ms/py-executor/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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 |