We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9047fd + 67266de commit 57711dbCopy full SHA for 57711db
pyproject.toml
@@ -69,7 +69,10 @@ pyvisa = [
69
"pyvisa>=1.11.3",
70
"PyVISA-py>=0.5.2",
71
]
72
-snmp = ["pysnmp-lextudio>=4.4.12, <6"]
+snmp = [
73
+ "pysnmp>=4.4.12, <6",
74
+ "pyasn1<0.6.1",
75
+]
76
vxi11 = ["python-vxi11>=0.9"]
77
xena = ["xenavalkyrie>=3.0.1"]
78
deb = [
@@ -80,7 +83,8 @@ deb = [
80
83
"onewire>=0.2",
81
84
82
85
# labgrid[snmp]
- "pysnmp-lextudio>=4.4.12, <6",
86
87
88
89
dev = [
90
# references to other optional dependency groups
@@ -114,7 +118,8 @@ dev = [
114
118
115
119
116
120
117
121
122
123
124
# labgrid[vxi11]
125
"python-vxi11>=0.9",
0 commit comments