requirements recompile + adding reuse

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2024-04-15 23:58:10 -05:00
parent ae584d5bf8
commit 071be9b62d
3 changed files with 60 additions and 51 deletions

View File

@@ -30,7 +30,7 @@ classifiers = [
[project.optional-dependencies]
dev = ["bandit", "dlint", "flake8", "flake8-blind-except", "flake8-builtins", "flake8-docstrings",
"flake8-executable", "flake8-fixme", "flake8-isort", "flake8-logging-format", "flake8-mutable",
"flake8-pyproject", "mypy", "pip-tools", "pydot", "pytest", "pytest-cov", "safety",
"flake8-pyproject", "mypy", "pip-tools", "pydot", "pytest", "pytest-cov", "reuse", "safety",
"setuptools-scm", "tox"]
dot = ["pydot"]