refactor: 使插件更新过程全异步

This commit is contained in:
Junyan Qin
2024-11-03 22:27:31 +08:00
parent 68184b0e47
commit 709b86b724
4 changed files with 77 additions and 55 deletions

View File

@@ -19,6 +19,8 @@ required_deps = {
"quart_cors": "quart-cors",
"sqlalchemy": "sqlalchemy[asyncio]",
"aiosqlite": "aiosqlite",
"aiofiles": "aiofiles",
"aioshutil": "aioshutil",
}