添加依赖 zstandard

This commit is contained in:
2024-04-24 16:56:44 +08:00
parent 27518c0408
commit 7f584a46eb
2 changed files with 234 additions and 99 deletions

View File

@@ -22,6 +22,7 @@ httpx = "^0.27.0"
nonebot-plugin-alconna = ">=0.40"
nonebot-plugin-apscheduler = "^0.4.0"
aiocache = "^0.12.2"
zstandard = "^0.22.0"
[tool.poetry.group.dev.dependencies]
mypy = '>=1.9'