dingdanquanliucheng/backend/requirements.txt

30 lines
395 B
Plaintext
Raw Normal View History

2026-06-15 13:18:43 +08:00
# Web 框架
2026-05-14 13:51:06 +08:00
fastapi==0.115.12
uvicorn==0.34.2
2026-06-15 13:18:43 +08:00
# 数据验证与配置
2026-05-14 13:51:06 +08:00
pydantic==2.11.4
pydantic-settings==2.9.1
2026-06-15 13:18:43 +08:00
# 数据库
2026-05-14 13:51:06 +08:00
sqlalchemy==2.0.40
alembic==1.15.2
pymysql==1.1.1
2026-06-15 13:18:43 +08:00
# 缓存
redis==5.2.1
# Excel 处理
openpyxl==3.1.5
2026-06-15 13:18:43 +08:00
xlrd==2.0.1
# 阿里云 OSS
oss2==2.19.0
# 阿里云 OCR
2026-06-01 11:24:20 +08:00
alibabacloud-ocr-api20210707==3.1.0
alibabacloud-tea-openapi==0.5.2
2026-06-15 13:18:43 +08:00
# 定时任务
2026-06-14 16:20:04 +08:00
apscheduler==3.10.4