中文序号

This commit is contained in:
Chen_Xu233
2024-07-27 23:04:18 +08:00
parent e290a94cf3
commit d727f5e912
4 changed files with 137 additions and 82 deletions

View File

@ -1,19 +1,20 @@
[project]
name = "nonebot-plugin-dialectlist"
version = "2.1.8"
version = "2.1.9"
description = "看看你群群友有多能说"
authors = [
{name = "Chen_Xu233", email = "woyerpa@outlook.com"},
]
dependencies = [
"nonebot2>=2.3.1",
"nonebot-plugin-chatrecorder>=0.6.0",
"requests>=2.32.3",
"nonebot-plugin-apscheduler>=0.4.0",
"nonebot-plugin-alconna>=0.49.6",
"nonebot-plugin-alconna>=0.50.2",
"nonebot-plugin-cesaa>=0.4.0",
"nonebot-plugin-userinfo>=0.2.4",
"nonebot-plugin-htmlrender>=0.3.2",
"nonebot-plugin-htmlrender>=0.3.3",
"nonebot2>=2.3.2",
"cn2an>=0.5.22"
]
requires-python = ">=3.9,<4.0"
readme = "README.md"
@ -22,8 +23,8 @@ license = {text = "MIT"}
[project.optional-dependencies]
dev = [
"ruff>=0.4.9",
"setuptools>=70.0.0",
"ruff>=0.5.5",
"setuptools>=71.1.0",
"twine>=5.1.0",
"nb-cli>=0.7.6"
]