27 lines
606 B
TOML
27 lines
606 B
TOML
[tool.poetry]
|
|
name = "badl"
|
|
version = "0.1.0"
|
|
description = "BiliBili Audio Downloader"
|
|
authors = ["Zhao Zuohong <zhbaor@zhaozuohong.vip>"]
|
|
license = "GPL-3.0-only"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
bilibili-api-python = "^15.1.0"
|
|
sanitize-filename = "^1.2.0"
|
|
bottle = "^0.12.23"
|
|
pywebview = "^4.0.2"
|
|
pygobject = "^3.42.2"
|
|
|
|
[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"
|