Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fllesser committed Jan 11, 2025
1 parent 18b7cac commit 32cf28d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-fortnite"
version = "0.1.3"
version = "0.1.4"
description = "堡垒之夜插件"
authors = ["fllesser <[email protected]>"]
readme = "README.md"
Expand All @@ -15,10 +15,10 @@ httpx = ">=0.27.0,<1.0.0"
pillow = "^10.4.0"
playwright = "^1.4.9.1"
nonebot2 = "^2.4.0"
nonebot-plugin-uninfo = "^0.6.5"
nonebot-plugin-alconna = "^0.54.2"
nonebot-plugin-localstore = "^0.7.3"
nonebot-plugin-apscheduler = "^0.5.0"
nonebot-plugin-uninfo = ">=0.6.5,<1.0.0"
nonebot-plugin-alconna = ">=0.54.2,<1.0.0"
nonebot-plugin-localstore = ">=0.7.3,<1.0.0"
nonebot-plugin-apscheduler = ">=0.5.0,<1.0.0"
fortnite-api = {version = "^3.2.1", extras = ["speed"]}

[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit 32cf28d

Please sign in to comment.