Skip to content

Commit

Permalink
放款apscheduler限制 (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl authored Sep 15, 2024
1 parent bc7bd9d commit 1a7d91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot-plugin-pixivbot"
version = "2.1.3"
version = "2.1.4"
description = "Nonebot Plugin PixivBot"
authors = ["ssttkkl <[email protected]>"]
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.9"
nonebot2 = "^2.0"
nonebot_plugin_apscheduler = "^0.3"
nonebot_plugin_apscheduler = ">=0.3.0"
nonebot-plugin-access-control = "^1.2"
nonebot-plugin-session = ">=0.2.0"
nonebot-plugin-session-orm = ">=0.1.1"
Expand Down

0 comments on commit 1a7d91a

Please sign in to comment.