We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb81a3 commit abe0c05Copy full SHA for abe0c05
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "nonebot-plugin-simple-setu"
7
-version = "0.1.21"
+version = "0.1.22"
8
description = "一个简单到不能再简单的色图插件"
9
readme = "README.md"
10
requires-python = ">=3.8"
@@ -28,8 +28,8 @@ classifiers = [
28
]
29
30
dependencies = [
31
- "nonebot2 >= 2.0.0",
32
- "nonebot-adapter-onebot >= 2.0.0,<3.0.0",
+ "nonebot2 >= 2.0.0,<3.0.0",
+ "nonebot-adapter-onebot >= 2.0.0",
33
"httpx >= 0.28.1",
34
35
0 commit comments