add PyInstaller

This commit is contained in:
2021-10-28 20:10:58 +01:00
parent 5a63aef81e
commit a0afe62879
3 changed files with 107 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ panaetius = { path = "../panaetius", develop = true }
pytest = "^6.2.5"
prospector = { extras = ["with_bandit", "with_mypy"], version = "^1.5.1" }
duty = "^0.7.0"
pyinstaller = "^4.5.1"
[build-system]
requires = ["poetry-core>=1.0.0"]