We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74aff90 commit 2929531Copy full SHA for 2929531
pyproject.toml
@@ -82,10 +82,6 @@ numpy = [
82
{version = ">=1.25", markers = "python_version >= '3.9'"}
83
]
84
django-stubs = {extras = ["compatible-mypy"], version = ">=4.2.7"}
85
-django-stubs = [
86
- {version = "<1.25", markers = "python_version < '3.9'"},
87
- {version = ">=1.25", markers = "python_version >= '3.9'"}
88
-]
89
furo = "^2024.8.6"
90
ruff = "^0.6.3"
91
typing-extensions = "^4.12.2"
0 commit comments