815cbf9d8c
- 更新 .gitignore:全面覆盖环境变量、数据库、日志、缓存、上传文件 - 移除误跟踪的 server/venv/、crm_data.db、.env 文件 - 新增 server/.env.example 模板 - 新增合同管理、利润核算、AI教练等功能模块 - 新增 Playwright e2e 测试套件 - 前后端多项功能升级和 bug 修复
35 lines
563 B
Plaintext
35 lines
563 B
Plaintext
# FastAPI & Server
|
|
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
gunicorn==22.0.0
|
|
python-multipart==0.0.20
|
|
|
|
# Database (Async SQLAlchemy + asyncpg)
|
|
sqlalchemy[asyncio]==2.0.36
|
|
asyncpg==0.30.0
|
|
greenlet==3.1.1
|
|
|
|
# Database Migration
|
|
alembic==1.14.0
|
|
|
|
# Auth & Security
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
bcrypt==4.2.1
|
|
|
|
# Validation & Settings
|
|
pydantic==2.10.4
|
|
pydantic-settings==2.7.1
|
|
|
|
# Env
|
|
python-dotenv==1.0.1
|
|
|
|
# HTTP Client (Dify API 通信)
|
|
httpx==0.28.1
|
|
PyMuPDF>=1.24.0
|
|
Pillow>=10.0.0
|
|
|
|
# Excel 导入/导出
|
|
openpyxl>=3.1.0
|
|
python-docx>=1.1.0
|