ciscoconfparse is not required
Opened this issue · 0 comments
mpenning commented
AFAICT, ciscoconfparse
should not be a dependency; it's only used in requirements.txt
.
$ git clone https://github.com/v1tal3/netconfig
$ cd netconfig
$ pss ciscoconfparse
./requirements.txt
2:ciscoconfparse==1.2.55
pss
is a python app that searches python code iteratively for a string in a source tree.