coverage installed

This commit is contained in:
2025-07-03 15:26:11 +02:00
parent 691392988f
commit df7a0836ba
2 changed files with 129 additions and 1 deletions

View File

@@ -10,6 +10,8 @@ itsdangerous = "==1.1.0"
jinja2 = "==2.11.2"
markupsafe = "==1.1.1"
werkzeug = "==1.0.1"
coverage = "*"
pytest-cov = "*"
[dev-packages]