Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
更新1.4.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed Oct 22, 2022
1 parent 9c93647 commit c2d2e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions reverse/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "pixiv-bot"
version = "1.3"
version = "1.4"
description = "pixiv-bot"
authors = ["ssttkkl <huang.wen.long@hotmail.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
nonebot2 = "^2.0.0b5"
nonebot-plugin-pixivbot = {extras = ["onebot"], version = "^1.3.1"}
nonebot-plugin-pixivbot = {extras = ["onebot", "kook"], version = "^1.4.0rc1"}

[tool.poetry.dev-dependencies]
nb-cli = "^0.6.7"
Expand Down
8 changes: 2 additions & 6 deletions ws/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
[tool.poetry]
name = "pixiv-bot"
version = "1.3"
version = "1.4"
description = "pixiv-bot"
authors = ["ssttkkl <huang.wen.long@hotmail.com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
nonebot2 = "^2.0.0b5"
nonebot-plugin-pixivbot = {extras = ["onebot", "kook"], version = "^1.3.1"}
nonebot-plugin-pixivbot = {extras = ["onebot", "kook"], version = "^1.4.0rc1"}

[tool.poetry.dev-dependencies]
nb-cli = "^0.6.7"

# [[tool.poetry.source]]
# name = "aliyun"
# url = "https://mirrors.aliyun.com/pypi/simple/"

[tool.nonebot]
plugins = ["nonebot_plugin_pixivbot"]

Expand Down

0 comments on commit c2d2e36

Please sign in to comment.