remove extra dependency

This commit is contained in:
yanyongyu 2020-12-01 10:42:59 +08:00
parent cc7ebe2f73
commit 6ac04d6507
2 changed files with 7 additions and 997 deletions

997
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -30,19 +30,12 @@ pygtrie = "^2.4.1"
fastapi = "^0.58.1" fastapi = "^0.58.1"
uvicorn = "^0.11.5" uvicorn = "^0.11.5"
pydantic = { extras = ["dotenv"], version = "^1.7.2" } 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] [tool.poetry.dev-dependencies]
yapf = "^0.30.0" yapf = "^0.30.0"
sphinx = "^3.3.1" sphinx = "^3.3.1"
sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-builder.git" } 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]] [[tool.poetry.source]]
name = "aliyun" name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/" url = "https://mirrors.aliyun.com/pypi/simple/"