Skip to content

Commit

Permalink
Merge pull request #1524 from Bastian-Krause/bst/recursive-deps
Browse files Browse the repository at this point in the history
pyproject.toml: use recursive dependencies
  • Loading branch information
Emantor authored Oct 21, 2024
2 parents b58287f + e2ecd3e commit 158d79f
Showing 1 changed file with 2 additions and 47 deletions.
49 changes: 2 additions & 47 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,54 +74,9 @@ snmp = [
]
vxi11 = ["python-vxi11>=0.9"]
xena = ["xenavalkyrie>=3.0.1"]
deb = [
# labgrid[modbus]
"pyModbusTCP>=0.1.10",

# labgrid[onewire]
"onewire>=0.2",

# labgrid[snmp]
"pysnmp>=4.4.12, <6",
"pyasn1<0.6.1",
]
deb = ["labgrid[modbus,onewire,snmp]"]
dev = [
# references to other optional dependency groups
# labgrid[doc]
"sphinx_rtd_theme>=1.0.0",
"Sphinx>=2.0.0",

# labgrid[docker]
"docker>=5.0.2",

# labgrid[graph]
"graphviz>=0.17.0",

# labgrid[kasa]
"python-kasa>=0.4.0",

# labgrid[modbus]
"pyModbusTCP>=0.1.10",

# labgrid[modbusrtu]
"minimalmodbus>=1.0.2",

# labgrid[mqtt]
"paho-mqtt>=2.0.0",

# labgrid[onewire]
"onewire>=0.2",

# labgrid[pyvisa]
"pyvisa>=1.11.3",
"PyVISA-py>=0.5.2",

# labgrid[snmp]
"pysnmp>=4.4.12, <6",
"pyasn1<0.6.1",

# labgrid[vxi11]
"python-vxi11>=0.9",
"labgrid[doc,docker,graph,kasa,modbus,modbusrtu,mqtt,onewire,pyvisa,snmp,vxi11]",

# additional dev dependencies
"psutil>=5.8.0",
Expand Down

0 comments on commit 158d79f

Please sign in to comment.