mirror of
https://github.com/rightup/pyMC_Repeater.git
synced 2026-05-02 03:32:15 +02:00
fix: update pymc_core dependency to use git repository for development version
This commit is contained in:
@@ -31,7 +31,7 @@ keywords = ["mesh", "networking", "lora", "repeater", "daemon", "iot"]
|
||||
|
||||
|
||||
dependencies = [
|
||||
"pymc_core[hardware]>=1.0.5",
|
||||
"pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@dev",
|
||||
"pyyaml>=6.0.0",
|
||||
"cherrypy>=18.0.0",
|
||||
"rrdtool>=0.1.16",
|
||||
@@ -40,7 +40,6 @@ dependencies = [
|
||||
|
||||
|
||||
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest>=7.4.0",
|
||||
|
||||
Reference in New Issue
Block a user