fix:批量修复了一些问题

This commit is contained in:
shangfangjian
2026-09-19 22:51:35 +08:00
parent 835d7217d0
commit 8e6ad5394e
44 changed files with 4921 additions and 395 deletions
+2 -3
View File
@@ -17,12 +17,11 @@ dependencies = [
]
[project.optional-dependencies]
# 开发/CI 依赖:本地安装用 pip install -e ".[dev]",CI 用 pip-sync requirements-dev.txt
dev = [
"pytest>=8.0",
"pytest-asyncio>=0.23",
"httpx>=0.27",
"alembic>=1.13",
"cryptography>=42.0",
"pip-tools>=7.0",
]
[build-system]