File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ PYTHON = python3
3232TESTCMD = cd tests; runAll
3333DISTDIR = $(BUILDDIR ) /dist
3434
35- DEPENDENCIES = "paramiko >= 1.15.1" "lxml >= 3.3.0, <5.0.0 " \
35+ DEPENDENCIES = "paramiko >= 1.15.1" "lxml >= 3.3.0" \
3636 "ncclient >= 0.6.6" grpcio protobuf
3737
3838
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def find_version(*paths):
180180 # package dependencies
181181 install_requires = [
182182 'paramiko >= 1.15.1' ,
183- 'lxml >= 3.3.0, <5.0.0 ' ,
183+ 'lxml >= 3.3.0' ,
184184 'ncclient >= 0.6.6' ,
185185 'grpcio' ,
186186 'protobuf'
Original file line number Diff line number Diff line change @@ -162,4 +162,4 @@ changelogs:
162162 @echo " yang.ncdiff changelog created..."
163163 @echo " "
164164 @echo " Done."
165- @echo " "
165+ @echo " "
You can’t perform that action at this time.
0 commit comments