♻️ rewrite driver request and response class

This commit is contained in:
yanyongyu
2021-12-17 23:20:19 +08:00
parent c0f321116a
commit ec9e159ef6
4 changed files with 296 additions and 159 deletions

View File

@ -34,6 +34,7 @@ httpx = { version = ">=0.20.0, <1.0.0", extras = ["http2"] }
pydantic = { version = "~1.8.0", extras = ["dotenv"] }
uvicorn = { version = "^0.15.0", extras = ["standard"] }
aiohttp = { version = "^3.7.4", extras = ["speedups"], optional = true }
yarl = "^1.7.2"
[tool.poetry.dev-dependencies]
sphinx = "^4.1.1"