添加对.xlsx的翻译支持

This commit is contained in:
xunbu
2025-08-04 18:20:22 +08:00
parent 372c4d11b5
commit 141de321db
10 changed files with 278 additions and 42 deletions

View File

@@ -8,6 +8,7 @@ dependencies = [
"markdown2>=2.5.3",
"fastapi[standard]>=0.115.12",
"jsonpath-ng>=1.7.0",
"openpyxl>=3.1.5",
]
dynamic = ["version"]