make bandit work again

This commit is contained in:
sebthom
2022-10-29 16:32:07 +02:00
parent b0e9fbe23e
commit 33594a2784
2 changed files with 13 additions and 1 deletions

View File

@@ -54,6 +54,8 @@ version = {use_scm = true}
dev = [
"autopep8~=2.0",
"bandit~=1.7",
"toml", # required by bandit
"tomli", # required by bandit
"pytest~=7.2",
"pyinstaller~=5.6",
"psutil",