File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed 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 @@ -88,8 +88,12 @@ develop:
8888 @echo " "
8989
9090 @pip3 uninstall -y yang.ncdiff || true
91+ <<<<<<< HEAD
9192 @pip install $(DEPENDENCIES)
9293 @pip install -e . --no-deps
94+ ====== =
95+ @pip3 install -e .
96+ >>>>>>> f4865ef (Made changes to support 3.13)
9397
9498 @echo "Completed building and installing: $@"
9599 @echo ""
@@ -162,4 +166,4 @@ changelogs:
162166 @echo " yang.ncdiff changelog created..."
163167 @echo " "
164168 @echo " Done."
165- @echo " "
169+ @echo " "
You can’t perform that action at this time.
0 commit comments