🔥 ♻️ 暂时停止图片支持+依照词云重写

This commit is contained in:
Chen_Xu233
2024-06-18 16:32:17 +08:00
parent 97c6bbb219
commit e6cc909c88
8 changed files with 1020 additions and 444 deletions

View File

@ -10,11 +10,26 @@ dependencies = [
"nonebot-plugin-chatrecorder>=0.6.0",
"pygal>=3.0.4",
"requests>=2.32.3",
"nonebot-plugin-apscheduler>=0.4.0",
"nonebot-plugin-alconna>=0.46.6",
"nonebot-plugin-cesaa>=0.4.0",
"nonebot-plugin-userinfo>=0.2.4",
]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = {text = "MIT"}
[project.optional-dependencies]
dev = [
"ruff>=0.4.9",
]
[tool.pdm]
distribution = false
[tool.ruff]
line-length = 80
[tool.ruff.format]
quote-style = "single"
indent-style = "tab"