mirror of
https://github.com/Xtao-Labs/QQ-GitHub-Bot.git
synced 2025-01-30 23:20:21 +00:00
⬆️ bump dependency
This commit is contained in:
parent
0d40f84c53
commit
40643236e0
698
poetry.lock
generated
698
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ license = "MIT"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
psutil = "^5.7.2"
|
psutil = "^5.7.2"
|
||||||
httpx = "^0.17.0"
|
httpx = "^0.18.0"
|
||||||
Jinja2 = "^3.0.0"
|
Jinja2 = "^3.0.0"
|
||||||
unidiff = "^0.6.0"
|
unidiff = "^0.6.0"
|
||||||
humanize = "^3.5.0"
|
humanize = "^3.5.0"
|
||||||
@ -17,18 +17,14 @@ Markdown = "^3.3.4"
|
|||||||
sentry-sdk = "^1.0.0"
|
sentry-sdk = "^1.0.0"
|
||||||
playwright = "^1.9.2"
|
playwright = "^1.9.2"
|
||||||
typing-extensions = "^3.7.4"
|
typing-extensions = "^3.7.4"
|
||||||
nonebot2 = "=2.0.0a13.post1"
|
nonebot2 = "^2.0.0-alpha.14"
|
||||||
nonebot-adapter-cqhttp = "^2.0.0-alpha.12"
|
nonebot-adapter-cqhttp = "^2.0.0-alpha.14"
|
||||||
redis = {version = "^3.5.3", extras = ["hiredis"]}
|
redis = {version = "^3.5.3", extras = ["hiredis"]}
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
yapf = "^0.30.0"
|
yapf = "^0.30.0"
|
||||||
nonebot-plugin-test = "^0.2.0"
|
# nonebot-plugin-test = "^0.2.0"
|
||||||
nb-cli = {version = "^0.4.1", extras = ["deploy"]}
|
nb-cli = {version = "^0.5.0", extras = ["deploy"]}
|
||||||
|
|
||||||
[nonebot.plugins]
|
|
||||||
plugins = ["nonebot_plugin_test"]
|
|
||||||
plugin_dirs = ["src/plugins"]
|
|
||||||
|
|
||||||
# [[tool.poetry.source]]
|
# [[tool.poetry.source]]
|
||||||
# name = "aliyun"
|
# name = "aliyun"
|
||||||
|
Loading…
Reference in New Issue
Block a user