Expose manager to web api

This commit is contained in:
zhbaor 2023-02-21 19:56:22 +08:00
parent 23c8f3884d
commit d10e9a7088
4 changed files with 56 additions and 5 deletions

View file

@ -9,6 +9,7 @@ license = "GPL-3.0-only"
python = "^3.11"
bilibili-api-python = "^15.1.0"
sanitize-filename = "^1.2.0"
bottle = "^0.12.23"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"