mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
➖ remove extra dependency
This commit is contained in:
parent
cc7ebe2f73
commit
6ac04d6507
997
poetry.lock
generated
997
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -30,19 +30,12 @@ pygtrie = "^2.4.1"
|
||||
fastapi = "^0.58.1"
|
||||
uvicorn = "^0.11.5"
|
||||
pydantic = { extras = ["dotenv"], version = "^1.7.2" }
|
||||
nonebot-test = { version = "^0.1.0", optional = true }
|
||||
nb-cli = { version="^0.2.0", optional = true }
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
yapf = "^0.30.0"
|
||||
sphinx = "^3.3.1"
|
||||
sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-builder.git" }
|
||||
|
||||
[tool.poetry.extras]
|
||||
cli = ["nb-cli"]
|
||||
test = ["nonebot-test"]
|
||||
full = ["nb-cli", "nonebot-test"]
|
||||
|
||||
[[tool.poetry.source]]
|
||||
name = "aliyun"
|
||||
url = "https://mirrors.aliyun.com/pypi/simple/"
|
||||
|
Loading…
Reference in New Issue
Block a user