diff --git a/pyproject.toml b/pyproject.toml index d2626ac..6ee3c6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,12 +27,24 @@ classifiers = [ "Topic :: System :: Networking", ] keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"] + + +#dependencies = [ +# "pymc_core[hardware]>=1.0.1", +# "pyyaml>=6.0.0", +# "cherrypy>=18.0.0", +#] + + dependencies = [ - "pymc_core[hardware]>=1.0.1", + "pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@dev", "pyyaml>=6.0.0", "cherrypy>=18.0.0", ] + + + [project.optional-dependencies] dev = [ "pytest>=7.4.0",