⬆️ Upgrade dependencies

This commit is contained in:
zhbaor 2025-04-29 16:54:07 +08:00
parent ed70f3c2ff
commit b15e8a5997
9 changed files with 2314 additions and 3264 deletions

View file

@ -1,28 +1,15 @@
[tool.poetry]
[project]
name = "badl"
version = "0.1.0"
version = "0.2.0"
description = "BiliBili Audio Downloader"
authors = ["Zhao Zuohong <zhbaor@zhaozuohong.vip>"]
authors = [{ name = "Zhao Zuohong", email = "zhbaor@zhaozuohong.vip" }]
requires-python = ">=3.9,<4"
license = "GPL-3.0-only"
include = ["badl/backend/dist/index.html", "badl/backend/dist/assets/*"]
[tool.poetry.dependencies]
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" }]
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
[[tool.poetry.source]]
name = "mirrors"
url = "https://pypi.tuna.tsinghua.edu.cn/simple/"
default = true
secondary = false
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
dependencies = [
"bilibili-api-python>=17.1.4",
"bottle>=0.13.3",
"httpx>=0.28.1",
"pygobject>=3.52.3",
"pywebview>=5.4",
"sanitize-filename>=1.2.0",
]