perf: 为图片base64函数添加lru

This commit is contained in:
RockChinQ
2024-05-16 20:52:17 +08:00
parent 37ef1c9fab
commit 91e23b8c11
4 changed files with 7 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ required_deps = {
"yaml": "pyyaml",
"aiohttp": "aiohttp",
"psutil": "psutil",
"async_lru": "async-lru",
}