添加TOP查询的支持

This commit is contained in:
2022-07-29 03:46:27 +08:00
parent 8fdffca530
commit 35f799ee89
4 changed files with 277 additions and 2 deletions

View File

@@ -14,6 +14,8 @@ nonebot-adapter-onebot = "^2.0.0-beta.1"
aiohttp = "^3.8.1"
asyncio = "^3.4.3"
nonebot2 = "^2.0.0-beta.3"
lxml = "^4.9.1"
pandas = "^1.4.3"
[tool.poetry.dev-dependencies]
mypy = "^0.950"