Add matplotlib to reports dependencies

This commit is contained in:
2026-01-29 17:55:55 +00:00
parent ba2ab9d5d8
commit ca7655704e

View File

@@ -30,6 +30,7 @@ api = [
reports = [
"jinja2>=3.1",
"weasyprint>=60.0",
"matplotlib>=3.8",
]
dev = [
"pytest>=7.0",