build(boot): register xxhash in startup dependency check

This commit is contained in:
BiFangKNT
2026-09-15 18:14:29 +08:00
parent 1143d6a5ae
commit a32b3121d3
+1
View File
@@ -43,6 +43,7 @@ required_deps = {
'slack_sdk': 'slack_sdk', 'slack_sdk': 'slack_sdk',
'asyncpg': 'asyncpg', 'asyncpg': 'asyncpg',
'litellm': 'litellm', 'litellm': 'litellm',
'xxhash': 'xxhash',
} }