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

Commit

Permalink
更新依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl committed Aug 11, 2022
1 parent c579282 commit b034888
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions reverse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ authors = "ssttkkl <huang.wen.long@hotmail.com>"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9, <3.11"
nonebot2 = "^2.0.0b4"
nonebot-plugin-pixivbot = "~1.1"
nonebot-plugin-pixivbot-onebot-v11 = "~1.1"
nonebot-plugin-pixivbot-onebot-v11 = "^1.2.0"

[tool.poetry.dev-dependencies]
nb-cli = "^0.6.7"
Expand Down
3 changes: 1 addition & 2 deletions reverse/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
nonebot2>=2.0.0b4
nonebot-plugin-pixivbot~=1.1
nonebot-plugin-pixivbot-onebot-v11~=1.1
nonebot-plugin-pixivbot-onebot-v11>=1.2.0
7 changes: 3 additions & 4 deletions ws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ authors = "ssttkkl <huang.wen.long@hotmail.com>"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9, <3.11"
nonebot2 = "^2.0.0b4"
nonebot-plugin-pixivbot = "~1.1"
nonebot-plugin-pixivbot-onebot-v11 = "~1.1"
nonebot-plugin-pixivbot-kook = "~1.1"
nonebot-plugin-pixivbot-onebot-v11 = "^1.2.0"
nonebot-plugin-pixivbot-kook = "^1.2.0"

[tool.poetry.dev-dependencies]
nb-cli = "^0.6.7"
Expand Down
5 changes: 2 additions & 3 deletions ws/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
nonebot2>=2.0.0b4
nb-cli>=0.6.7
nonebot-plugin-pixivbot~=1.1
nonebot-plugin-pixivbot-onebot-v11~=1.1
nonebot-plugin-pixivbot-kook~=1.1
nonebot-plugin-pixivbot-onebot-v11>=1.2.0
nonebot-plugin-pixivbot-kook>=1.2.0

0 comments on commit b034888

Please sign in to comment.