Skip to content

Commit 9f84653

Browse files
committed
Add test deps
1 parent c5c0f8a commit 9f84653

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@ requires = ["hatchling"]
3838
build-backend = "hatchling.build"
3939

4040
[dependency-groups]
41-
dev = []
41+
dev = [
42+
"pytest>=8.0",
43+
"pytest-django>=4.5",
44+
"coverage>=7.0",
45+
"ruff>=0.8",
46+
"mypy>=1.0",
47+
"django-stubs>=5.0",
48+
]
4249

4350
[tool.hatch.metadata]
4451
allow-direct-references = true

0 commit comments

Comments
 (0)