mirror of
https://github.com/ChenXu233/nonebot_plugin_dialectlist.git
synced 2025-07-15 10:40:49 +00:00
✨ 💩 指定群号查询
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user