补上缺失的依赖

This commit is contained in:
UnCLAS-Prommer
2026-03-13 11:57:50 +08:00
parent a576313b22
commit 5d30b3a908
2 changed files with 6 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ dependencies = [
"python-dotenv>=1.1.1",
"python-multipart>=0.0.20",
"python-levenshtein",
"pytz>=2024.1", # Babel 的依赖,需要显式声明
"quick-algo>=0.1.4",
"rich>=14.0.0",
"ruff>=0.12.2",
@@ -67,7 +68,7 @@ select = [
"B", # flake8-bugbear
]
ignore = ["E711","E501"]
ignore = ["E711", "E501"]
[tool.ruff.format]
docstring-code-format = true