Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MeetWq committed Aug 10, 2023
1 parent e701e14 commit 195664a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ chess_engine_path=/path/to/your/engine

### 使用

**以下命令需要加[命令前缀](https://v2.nonebot.dev/docs/api/config#Config-command_start) (默认为`/`),可自行设置为空**
**以下命令需要加[命令前缀](https://nonebot.dev/docs/appendices/config#command-start-和-command-separator) (默认为`/`),可自行设置为空**

@我 + “国际象棋人机”或“国际象棋对战”开始一局游戏;

Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_chess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"unique_name": "chess",
"example": "@小Q 国际象棋人机lv5\ne2e4\n结束下棋",
"author": "meetwq <[email protected]>",
"version": "0.4.1",
"version": "0.4.2",
},
)

Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nonebot_plugin_chess"
version = "0.4.1"
version = "0.4.2"
description = "Nonebot2 国际象棋插件"
authors = ["meetwq <[email protected]>"]
license = "MIT"
Expand All @@ -11,9 +11,9 @@ repository = "https://github.com/noneplugin/nonebot-plugin-chess"
[tool.poetry.dependencies]
python = "^3.8"
nonebot2 = { version = "^2.0.0", extras = ["fastapi"] }
nonebot-plugin-send-anything-anywhere = "^0.2.7"
nonebot-plugin-session = ">=0.0.5,<0.1.0"
nonebot-plugin-userinfo = ">=0.0.1,<0.1.0"
nonebot-plugin-send-anything-anywhere = "^0.3.0"
nonebot-plugin-session = "^0.1.0"
nonebot-plugin-userinfo = "^0.1.0"
nonebot-plugin-datastore = "^1.0.0"
nonebot-plugin-htmlrender = "^0.2.0"
chess = "^1.9.0"
Expand Down

0 comments on commit 195664a

Please sign in to comment.