Remove developer dependencies to reduce the amount of dependencies

This commit is contained in:
Joakim Hellsén 2022-03-01 23:11:27 +01:00
commit 9c067a39b2
No known key found for this signature in database
GPG key ID: ED1FE6EBE1DC3838
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"