fix: update openhop_core dependency references to fix/all-the-things-core branch

This commit is contained in:
Rightup
2026-07-14 16:30:59 +01:00
parent 6085a06369
commit 879834c634
+2 -2
View File
@@ -29,8 +29,8 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"]
dependencies = [
"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'",
"openhop_core[hardware] @ git+https://github.com/openhop-dev/openhop_core.git@fix/all-the-things-core ; sys_platform == 'linux'",
"openhop_core @ git+https://github.com/openhop-dev/openhop_core.git@fix/all-the-things-core ; sys_platform != 'linux'",
"pyyaml>=6.0.0",
"cherrypy>=18.0.0",
"paho-mqtt>=1.6.0",