refactor: simplify hardware dependency in optional dependencies

This commit is contained in:
Lloyd
2026-06-24 23:38:57 +01:00
parent ffb083652f
commit 6f6e984d9d
+1 -1
View File
@@ -45,7 +45,7 @@ dependencies = [
[project.optional-dependencies]
# SX1262/SPI support (Linux only; required for Raspberry Pi HATs)
hardware = [
"openhop_core[hardware] @ git+https://github.com/rightup/openhop-core.git@dev",
"openhop_core[hardware]",
]
# RRD metrics (Performance Metrics chart); system librrd required (e.g. apt install rrdtool)
rrd = [