恢复图片渲染

This commit is contained in:
Chenric
2024-06-21 10:04:30 +08:00
parent fb3594f6d3
commit 6e4154cdec
4 changed files with 219 additions and 6 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "nonebot_plugin_dialectlist"
version = "2.0.0"
version = "2.0.3"
description = "Default template for PDM package"
authors = [
{name = "Chen_Xu233", email = "woyerpa@outlook.com"},
@ -14,6 +14,8 @@ dependencies = [
"nonebot-plugin-alconna>=0.46.6",
"nonebot-plugin-cesaa>=0.4.0",
"nonebot-plugin-userinfo>=0.2.4",
"pyecharts>=2.0.5",
"nonebot-plugin-htmlrender>=0.3.2",
]
requires-python = ">=3.10,<4.0"
readme = "README.md"