Skip to content
Snippets Groups Projects
Commit 424d0e79 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

pin ncclient

parent 70e37faa
Branches
Tags 0.7
No related merge requests found
...@@ -4,7 +4,7 @@ requests ...@@ -4,7 +4,7 @@ requests
statsd statsd
flask flask
lxml==4.9.4 # last wheel for py36 lxml==4.9.4 # last wheel for py36
ncclient ncclient==0.6.15 # https://github.com/ncclient/ncclient/issues/619
influxdb influxdb
pytest pytest
......
...@@ -15,7 +15,7 @@ setup( ...@@ -15,7 +15,7 @@ setup(
'statsd', 'statsd',
'flask', 'flask',
'lxml==4.9.4', # last wheel for py36 'lxml==4.9.4', # last wheel for py36
'ncclient', 'ncclient==0.6.15',
'influxdb' 'influxdb'
], ],
entry_points={ entry_points={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment