Skip to content

Commit

Permalink
修复依赖错误
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed Aug 30, 2023
1 parent e9ec07a commit d5ea834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_nagabus/matchers/naga_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from nonebot.internal.matcher import Matcher
from nonebot.internal.params import Depends
from nonebot.params import CommandArg
from nonebot_plugin_majsoul.utils.decode_integer import decode_integer
from nonebot_plugin_saa import MessageFactory
from nonebot_plugin_session import extract_session, Session
from ssttkkl_nonebot_utils.errors.errors import BadRequestError
from ssttkkl_nonebot_utils.integer import decode_integer
from ssttkkl_nonebot_utils.interceptor.handle_error import handle_error
from ssttkkl_nonebot_utils.interceptor.with_handling_reaction import with_handling_reaction
from ssttkkl_nonebot_utils.nonebot import default_command_start
Expand Down
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-nagabus"
version = "0.2.14"
version = "0.2.15"
description = ""
authors = ["ssttkkl <[email protected]>"]
readme = "README.md"
Expand All @@ -12,13 +12,13 @@ nonebot2 = {extras = ["httpx"], version = "^2.0.0"}
nonebot-adapter-onebot = ">=2.2.3"
nonebot-plugin-access-control = ">=0.5.1"
nonebot-plugin-datastore = "^1.1.0"
nonebot-plugin-majsoul = ">=0.2.2"
nonebot-plugin-session = ">=0.0.3"
nonebot-plugin-send-anything-anywhere = ">=0.2.4"
nonebot-plugin-majsoul = ">=0.2.3"
ssttkkl-nonebot-utils = ">=0.1.5"
nonebot-plugin-session = ">=0.1.0"
nonebot-plugin-send-anything-anywhere = ">=0.3.0"
typing-extensions = ">=4.6.2"
pydantic = ">=1.10.8"
monthdelta = ">=0.9.1"
ssttkkl-nonebot-utils = ">=0.1.1"

[tool.poetry.group.dev.dependencies]
nonebot2 = { extras = ["httpx", "fastapi"], version = "^2.0.0" }
Expand Down

0 comments on commit d5ea834

Please sign in to comment.