15 lines
386 B
TOML
15 lines
386 B
TOML
[project]
|
|
name = "badl"
|
|
version = "0.2.0"
|
|
description = "BiliBili Audio Downloader"
|
|
authors = [{ name = "Zhao Zuohong", email = "zhbaor@zhaozuohong.vip" }]
|
|
requires-python = ">=3.9,<4"
|
|
license = "GPL-3.0-only"
|
|
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",
|
|
]
|