We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be2874 commit c44aa61Copy full SHA for c44aa61
pyproject.toml
@@ -1,11 +1,11 @@
1
[project]
2
name = "nonebot-plugin-omikuji"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "Nonebot2的御神签插件"
5
readme = "README.md"
6
requires-python = ">=3.10, <4.0"
7
dependencies = [
8
- "nonebot2[fastapi]>=2.4.3",
+ "nonebot2>=2.4.3",
9
"nonebot-plugin-suggarchat>=3.4.4.3",
10
"nonebot-adapter-onebot>=2.4.6",
11
"nonebot-plugin-localstore>=0.7.4",
0 commit comments