⚗️ add forward driver aiohttp

This commit is contained in:
yanyongyu
2021-06-21 01:22:33 +08:00
parent 69cee3844e
commit b3718c3042
5 changed files with 332 additions and 16 deletions

View File

@ -31,6 +31,7 @@ fastapi = "^0.65.2"
Quart = { version = "^0.14.1", optional = true }
pydantic = { extras = ["dotenv"], version = "~1.8.0" }
uvicorn = { version = "^0.13.0", extras = ["standard"] }
aiohttp = { version = "^3.7.4", optional = true }
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"
@ -43,7 +44,8 @@ sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-bu
[tool.poetry.extras]
quart = ["quart"]
all = ["quart"]
aiohttp = ["aiohttp"]
all = ["quart", "aiohttp"]
[[tool.poetry.source]]
name = "aliyun"