feat: 引入异步文件 I/O 避免阻塞事件循环,共享全局 httpx 连接池

This commit is contained in:
amtoaer
2023-11-24 18:31:51 +08:00
parent 27b2cd7739
commit 4dee129d38
4 changed files with 33 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ dataclasses-json = "0.6.2"
tortoise-orm = "0.20.0"
loguru = "0.7.2"
uvloop = "0.19.0"
aiofiles = "23.2.1"
[tool.poetry.group.dev.dependencies]