Remove developer dependencies to reduce the amount of dependencies

This commit is contained in:
2022-03-01 23:11:27 +01:00
parent aca43ee4be
commit 9c067a39b2
2 changed files with 10 additions and 450 deletions

View File

@ -10,13 +10,6 @@ reader = "^2.9"
typer = {extras = ["all"], version = "^0.4.0"}
dhooks = "^1.1.4"
[tool.poetry.dev-dependencies]
pytest = "^7.0.1"
bandit = "^1.7.3"
flake8 = "^4.0.1"
mypy = "^0.931"
black = "^22.1.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"