mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-05-14 13:26:07 +02:00
Update dependencies in pyproject.toml to use development version of pymc_core
This commit is contained in:
+13
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user