💩 指定群号查询

This commit is contained in:
Chenric
2024-07-10 23:42:58 +08:00
parent c1dd3a53f4
commit d4c61dcb18
3 changed files with 178 additions and 162 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-dialectlist"
version = "2.1.7"
version = "2.1.8"
description = "看看你群群友有多能说"
authors = [
{name = "Chen_Xu233", email = "woyerpa@outlook.com"},
@ -8,16 +8,14 @@ authors = [
dependencies = [
"nonebot2>=2.3.1",
"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-alconna>=0.49.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.8,<4.0"
requires-python = ">=3.9,<4.0"
readme = "README.md"
license = {text = "MIT"}
@ -29,6 +27,9 @@ dev = [
"twine>=5.1.0",
"nb-cli>=0.7.6"
]
Test = [
"nonebot-adapter-onebot>=2.4.4",
]
[tool.pdm]
distribution = true