📦 Package with fpm

This commit is contained in:
zhbaor 2023-03-06 21:12:25 +08:00
parent 1806a58b9c
commit 0ab77aa7c8
11 changed files with 282 additions and 584 deletions

View file

@ -4,15 +4,15 @@ version = "0.1.0"
description = "BiliBili Audio Downloader"
authors = ["Zhao Zuohong <zhbaor@zhaozuohong.vip>"]
license = "GPL-3.0-only"
include = ["badl/backend/dist/index.html", "badl/backend/dist/assets/*"]
[tool.poetry.dependencies]
python = "~3.11"
python = ">=3.9,<4"
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"