add development dependencies to a dependency group in pyproject.toml

This commit is contained in:
David Paul Graham 2026-03-14 08:18:22 -04:00
parent 353cdd21c0
commit d63e02c453
No known key found for this signature in database
GPG key ID: ACDB045B782EF333

View file

@ -20,6 +20,15 @@ Homepage = "https://github.com/jazzband/django-fernet-encrypted-fields/"
requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"
[dependency-groups]
dev = [
"mypy>=1.19.1,<2",
"pre-commit>=4.5.1",
"ruff>=0.15.6,<0.16.0",
"pytest>=9.0.2",
"pytest-cov>=7.0.0",
"coverage>=7.13.4,<8.0.0",
]
##################
# ruff