Skip to content

Commit 5f96277

Browse files
committed
chore: update dependencies for nonebot2 and aioarxiv, add pillow support
1 parent f1a34d5 commit 5f96277

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ classifiers = [
1717
"Topic :: Software Development :: Libraries :: Python Modules",
1818
]
1919
dependencies = [
20-
"nonebot2>=2.1.1",
20+
"nonebot2>=2.4.0",
21+
"aioarxiv>=0.2.1",
2122
"nonebot-plugin-localstore>=0.5.1",
2223
"nonebot-plugin-apscheduler>=0.3.0",
2324
"nonebot-plugin-uninfo>=0.7.2",
2425
"nonebot-plugin-alconna>=0.53.1",
25-
"aioarxiv>=0.2.0",
2626
"nonebot-plugin-waiter>=0.8.1",
2727
]
2828
requires-python = ">=3.9, <4.0"
@@ -36,6 +36,9 @@ skia = [
3636
"skia-python>=134.0b12",
3737
"matplotlib>=3.9, <3.10"
3838
]
39+
pillow = [
40+
"Pillow>=11.0.0",
41+
]
3942

4043
[dependency-groups]
4144
dev = [

uv.lock

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

0 commit comments

Comments
 (0)