Add missing testing dependency

This commit is contained in:
Tobias Kunze 2025-09-29 15:33:42 +02:00
parent 8edca54279
commit f0320fb13b
2 changed files with 15 additions and 0 deletions

View file

@ -39,6 +39,7 @@ dev = [
"pytest>=8.4.2",
"pytest-cov>=6.3.0",
"pytest-django>=4.11.1",
"pytest-mock>=3.15.1",
]
[tool.isort]