From 6de88dd2a0fd725af301be1e0df4abc4d08d5305 Mon Sep 17 00:00:00 2001 From: Lloyd Date: Fri, 6 Mar 2026 14:43:45 +0000 Subject: [PATCH] Fix formatting in dependencies section of pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index adf8a5d..6fdfee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",