fix: remove rrdtool dependency from project

This commit is contained in:
Lloyd
2025-11-22 23:12:01 +00:00
parent 2f28e682b1
commit e07f384dfb

View File

@@ -34,7 +34,6 @@ dependencies = [
"pymc_core[hardware] @ git+https://github.com/rightup/pyMC_core.git@dev",
"pyyaml>=6.0.0",
"cherrypy>=18.0.0",
"rrdtool>=0.1.16",
"paho-mqtt>=1.6.0",
]