[tool.poetry] name = "badl" version = "0.1.0" description = "BiliBili Audio Downloader" authors = ["Zhao Zuohong "] 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"