Fix formatting in dependencies section of pyproject.toml

This commit is contained in:
Lloyd
2026-03-06 14:43:45 +00:00
parent f63b001ca7
commit 6de88dd2a0
+1 -2
View File
@@ -29,9 +29,8 @@ classifiers = [
keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"]
dependencies = [
"pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@feat/companion",
"pymc_core[hardware]@git+https://github.com/rightup/pyMC_core.git@feat/companion",
"pyyaml>=6.0.0",
"cherrypy>=18.0.0",
"paho-mqtt>=1.6.0",