Add pyinstaller

This commit is contained in:
zhbaor 2023-03-04 18:43:59 +08:00
parent 53cf5d678f
commit a21d60c717
3 changed files with 389 additions and 81 deletions

View file

@ -6,12 +6,13 @@ authors = ["Zhao Zuohong <zhbaor@zhaozuohong.vip>"]
license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.11"
python = "~3.11"
bilibili-api-python = "^15.1.0"
sanitize-filename = "^1.2.0"
bottle = "^0.12.23"
pywebview = "^4.0.2"
pygobject = [{ version = "^3.42.2", platform = "linux" }]
pyinstaller = "^5.8.0"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"