Initial commit: AI Interview System
This commit is contained in:
26
backend/requirements.txt
Normal file
26
backend/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user