This commit is contained in:
zwt13703
2026-07-02 14:48:05 +08:00
parent a1a314cf99
commit e558733f05
64 changed files with 3258 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
fastapi>=0.110.0
uvicorn[standard]>=0.29.0
sqlalchemy>=2.0.25
asyncmy>=0.2.9 # MySQL async driver
aiomysql>=0.2.0 # MySQL async fallback
cryptography>=42.0.0
python-docx>=1.1.0
openpyxl>=3.1.0
pandas>=2.1.0
httpx>=0.27.0
pydantic>=2.5.0
pydantic-settings>=2.1.0
python-multipart>=0.0.6
aiofiles>=23.2.0
sse-starlette>=2.0.0
minio>=7.2.0 # MinIO 对象存储 SDK
alembic>=1.13.0