fix: update dependencies for platform-specific installation of openhop_core

This commit is contained in:
agessaman
2026-07-06 11:23:25 -07:00
committed by Rightup
parent 4a124782ae
commit d8bc448f82
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"]
dependencies = [
"openhop_core[hardware] @ git+https://github.com/openhop-dev/openhop_core.git@dev",
"openhop_core[hardware] @ git+https://github.com/openhop-dev/openhop_core.git@dev ; sys_platform == 'linux'",
"openhop_core @ git+https://github.com/openhop-dev/openhop_core.git@dev ; sys_platform != 'linux'",
"pyyaml>=6.0.0",
"cherrypy>=18.0.0",
"paho-mqtt>=1.6.0",