Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Aug 1, 2023
1 parent a0e4038 commit dc1e9a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_remake/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"unique_name": "remake",
"example": "@小Q remake",
"author": "meetwq <[email protected]>",
"version": "0.3.0",
"version": "0.3.1",
},
)

Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot_plugin_remake"
version = "0.3.0"
version = "0.3.1"
description = "适用于 Nonebot2 的人生重开模拟器插件"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand All @@ -10,6 +10,7 @@ repository = "https://github.com/noneplugin/nonebot-plugin-remake"

[tool.poetry.dependencies]
python = "^3.8"
Pillow = ">=9.2.0,<11.0.0"
nonebot2 = "^2.0.0"
nonebot-plugin-send-anything-anywhere = "^0.2.7"
nonebot-adapter-onebot = { version = "^2.2.0", optional = true }
Expand Down

0 comments on commit dc1e9a1

Please sign in to comment.