-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: 0.2.0, feat: jjt, refactor: data load&save
- Loading branch information
1 parent
38f015d
commit 4c6d5ce
Showing
3 changed files
with
45 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "mai2_pcount" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "wmc的机厅在线人数信息查询、修改插件~" | ||
authors = ["Miaowing <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -14,6 +14,7 @@ nonebot2 = ">=2.3.2" | |
nonebot-adapter-onebot = ">=2.3.1" | ||
httpx = ">=0.27.0" | ||
pil_utils = "0.1.10" | ||
nonebot-plugin-localstore = ">=0.1.0" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.0.0"] | ||
|