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 9, 2025
1 parent f8f3b1e commit 5608f1e
Showing 1 changed file with 2 additions and 1 deletion.
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-fortnite"
version = "0.1.0"
version = "0.1.1"
description = "堡垒之夜插件"
authors = ["fllesser <fllessive@gmail.com>"]
readme = "README.md"
Expand All @@ -11,6 +11,7 @@ keywords = ["nonebot", "nonebot2"]

[tool.poetry.dependencies]
python = "^3.10"
httpx = "^0.27.2"
fortnite-api = "^3.2.1"
pillow = "^10.4.0"
playwright = "^1.4.9.1"
Expand Down

0 comments on commit 5608f1e

Please sign in to comment.