Initial commit: AI Interview System

This commit is contained in:
111
2026-01-23 13:57:48 +08:00
commit 95770afe21
127 changed files with 24686 additions and 0 deletions

26
backend/requirements.txt Normal file
View File

@@ -0,0 +1,26 @@
# FastAPI 框架
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
# HTTP 客户端
httpx>=0.26.0
# 文件上传
python-multipart>=0.0.6
# 数据验证
pydantic>=2.5.0
pydantic-settings>=2.1.0
# 环境变量
python-dotenv>=1.0.0
# CORS
starlette>=0.35.0
# 日志
loguru>=0.7.2
# PDF 生成(可选)
# weasyprint>=60.0
# reportlab>=4.0.0