mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-07 12:36:47 +00:00
🚧 update aiohttp driver
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user