mirror of
https://github.com/Xtao-Labs/QQ-GitHub-Bot.git
synced 2025-01-30 15:08:54 +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]
|
||||
python = "^3.8"
|
||||
psutil = "^5.7.2"
|
||||
httpx = "^0.17.0"
|
||||
httpx = "^0.18.0"
|
||||
Jinja2 = "^3.0.0"
|
||||
unidiff = "^0.6.0"
|
||||
humanize = "^3.5.0"
|
||||
@ -17,18 +17,14 @@ Markdown = "^3.3.4"
|
||||
sentry-sdk = "^1.0.0"
|
||||
playwright = "^1.9.2"
|
||||
typing-extensions = "^3.7.4"
|
||||
nonebot2 = "=2.0.0a13.post1"
|
||||
nonebot-adapter-cqhttp = "^2.0.0-alpha.12"
|
||||
nonebot2 = "^2.0.0-alpha.14"
|
||||
nonebot-adapter-cqhttp = "^2.0.0-alpha.14"
|
||||
redis = {version = "^3.5.3", extras = ["hiredis"]}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
yapf = "^0.30.0"
|
||||
nonebot-plugin-test = "^0.2.0"
|
||||
nb-cli = {version = "^0.4.1", extras = ["deploy"]}
|
||||
|
||||
[nonebot.plugins]
|
||||
plugins = ["nonebot_plugin_test"]
|
||||
plugin_dirs = ["src/plugins"]
|
||||
# nonebot-plugin-test = "^0.2.0"
|
||||
nb-cli = {version = "^0.5.0", extras = ["deploy"]}
|
||||
|
||||
# [[tool.poetry.source]]
|
||||
# name = "aliyun"
|
||||
|
Loading…
Reference in New Issue
Block a user