badl/pyproject.toml

23 lines
514 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"
[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"