We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6028aa5 commit e498a68Copy full SHA for e498a68
1 file changed
pyproject.toml
@@ -21,11 +21,7 @@ main = [
21
"validators>=0.34",
22
]
23
pre-commit = ["pre-commit>=4.0"]
24
-test = [
25
- "gitpython>=3.1.44",
26
- "pytest>=8.3",
27
- "pytest-cov>=6.1.1",
28
-]
+test = ["gitpython>=3.1.44", "pytest-cov>=6.1.1", "pytest>=8.3"]
29
type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautifulsoup4>=4.12"]
30
31
[project] # TODO: Remove [project] table once https://github.com/astral-sh/uv/issues/8582 is completed
0 commit comments