add quart as a extra requirement

This commit is contained in:
Mix
2021-02-06 09:40:57 +08:00
parent bc164ca2f2
commit 6b43ad5575
2 changed files with 17 additions and 46 deletions

View File

@ -31,13 +31,16 @@ fastapi = "^0.63.0"
uvicorn = "^0.11.5"
websockets = "^8.1"
pydantic = {extras = ["dotenv", "typing_extensions"], version = "^1.7.3"}
Quart = {version = "^0.14.1", optional = true, extras = ["quart"]}
Quart = {version = "^0.14.1", optional = true}
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"
sphinx = "^3.4.1"
sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-builder.git" }
[tool.poetry.extras]
quart = ["quart"]
# [[tool.poetry.source]]
# name = "aliyun"
# url = "https://mirrors.aliyun.com/pypi/simple/"