perf: ensure plugin deps on startup (#858)

This commit is contained in:
Junyan Qin
2025-04-13 22:51:21 +08:00
parent c8f331675c
commit d012c1e33d
6 changed files with 24 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ import typing
import traceback
import sqlalchemy
import logging
from ..core import app, taskmgr
from . import context, loader, events, installer, models