🚧 update aiohttp driver

This commit is contained in:
yanyongyu
2021-07-19 01:20:17 +08:00
parent 5768b5bdd6
commit 637c48aea7
7 changed files with 347 additions and 9 deletions

View File

@ -31,7 +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 }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"