Skip to content

Commit 699c41d

Browse files
committed
🚸 添加 full 可选依赖
1 parent 152c159 commit 699c41d

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ test = [
3838
uninfo = [
3939
"nonebot-plugin-uninfo>=0.7.0",
4040
]
41+
yaml = [
42+
]
43+
full = [
44+
"pydantic-yaml>=1.4.0",
45+
"nonebot-plugin-uninfo>=0.7.0",
46+
"nonebot-plugin-htmlrender>=0.5.1",
47+
]
4148

4249
[dependency-groups]
4350
dev = [
@@ -48,9 +55,6 @@ dev = [
4855
"nonebot2[fastapi,httpx]>=2.4.1",
4956
"nonebot-adapter-telegram>=0.1.0b20",
5057
]
51-
yaml = [
52-
"pydantic-yaml>=1.4.0",
53-
]
5458

5559
[tool.nonebot]
5660
adapters = [

uv.lock

Lines changed: 10 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)