mirror of
https://github.com/jazzband/django-fernet-encrypted-fields.git
synced 2026-03-16 22:40:27 +00:00
add development dependencies to a dependency group in pyproject.toml
This commit is contained in:
parent
353cdd21c0
commit
d63e02c453
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue