mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-07-06 18:01:34 +02:00
Add data directory to .gitignore and include rrdtool dependency in pyproject.toml
This commit is contained in:
@@ -48,6 +48,10 @@ dependencies = [
|
||||
hardware = [
|
||||
"pymc_core[hardware]",
|
||||
]
|
||||
# RRD metrics (Performance Metrics chart); system librrd required (e.g. apt install rrdtool)
|
||||
rrd = [
|
||||
"rrdtool",
|
||||
]
|
||||
dev = [
|
||||
"pytest>=7.4.0",
|
||||
"pytest-asyncio>=0.21.0",
|
||||
|
||||
Reference in New Issue
Block a user