feat: 支持指定编码优先级 (#32)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2024-01-20 15:16:48 +08:00
committed by GitHub
parent 641cc3f48b
commit d467750d4f
4 changed files with 144 additions and 147 deletions

View File

@@ -13,6 +13,7 @@ aiofiles = "23.2.1"
bilibili-api-python = {git = "https://github.com/amtoaer/bilibili-api", rev = "dev"}
dataclasses-json = "0.6.2"
loguru = "0.7.2"
pydantic = "2.5.3"
tortoise-orm = "0.20.0"
uvloop = "0.19.0"