2026-01-07 11:57:00 +08:00
|
|
|
|
# FastAPI and Web Server
|
|
|
|
|
|
fastapi==0.115.0
|
|
|
|
|
|
uvicorn[standard]==0.32.0
|
|
|
|
|
|
websockets==14.1
|
2026-01-18 15:57:56 +08:00
|
|
|
|
python-multipart==0.0.19
|
2026-01-07 11:57:00 +08:00
|
|
|
|
|
|
|
|
|
|
# LangChain and AI
|
2026-01-18 15:57:56 +08:00
|
|
|
|
langchain==0.3.7
|
2026-01-07 11:57:00 +08:00
|
|
|
|
langchain-openai==0.2.0
|
|
|
|
|
|
|
|
|
|
|
|
# Database
|
|
|
|
|
|
sqlalchemy==2.0.36
|
2026-01-21 22:31:03 +01:00
|
|
|
|
greenlet>=3.3.0
|
2026-01-21 23:21:36 +01:00
|
|
|
|
# PostgreSQL drivers
|
|
|
|
|
|
asyncpg>=0.29.0
|
2026-01-21 23:06:47 +01:00
|
|
|
|
# Redis for session storage
|
|
|
|
|
|
redis>=5.0.0
|
|
|
|
|
|
aioredis>=2.0.0
|
|
|
|
|
|
|
|
|
|
|
|
# Celery for background tasks
|
|
|
|
|
|
celery[redis]>=5.3.0
|
|
|
|
|
|
|
2026-01-07 11:57:00 +08:00
|
|
|
|
# PDF Generation
|
|
|
|
|
|
reportlab==4.2.2
|
|
|
|
|
|
weasyprint==62.3
|
|
|
|
|
|
|
|
|
|
|
|
# Utilities
|
|
|
|
|
|
pydantic==2.9.2
|
|
|
|
|
|
pydantic-settings==2.5.2
|
|
|
|
|
|
python-dotenv==1.0.1
|
2026-01-21 22:31:03 +01:00
|
|
|
|
httpx==0.27.0
|
2026-01-07 11:57:00 +08:00
|
|
|
|
|
2026-01-18 15:57:56 +08:00
|
|
|
|
# Authentication
|
|
|
|
|
|
python-jose[cryptography]==3.3.0
|
2026-01-21 23:06:47 +01:00
|
|
|
|
bcrypt>=4.0.0
|
2026-01-18 15:57:56 +08:00
|
|
|
|
|
2026-02-03 11:29:38 +08:00
|
|
|
|
# Audio Processing - Local Whisper ASR
|
|
|
|
|
|
faster-whisper>=1.0.0
|
2026-01-07 11:57:00 +08:00
|
|
|
|
|
2026-01-23 14:02:36 +08:00
|
|
|
|
# Image Processing
|
|
|
|
|
|
Pillow>=10.0.0
|
|
|
|
|
|
|
2026-02-11 16:06:06 +08:00
|
|
|
|
# Tencent Cloud SDK(全量包,包含 SMS、ASR 语音识别等模块)
|
2026-01-27 11:35:54 +08:00
|
|
|
|
tencentcloud-sdk-python>=3.0.1000
|
|
|
|
|
|
|
2026-02-10 14:23:29 +08:00
|
|
|
|
openai
|
|
|
|
|
|
|
2026-03-10 16:02:12 +08:00
|
|
|
|
# Tencent COS for memoir image storage
|
2026-03-10 17:02:50 +08:00
|
|
|
|
cos-python-sdk-v5>=1.9.40
|
2026-03-10 16:02:12 +08:00
|
|
|
|
|
2026-02-10 14:23:29 +08:00
|
|
|
|
# Payment - WeChat Pay & Alipay
|
|
|
|
|
|
wechatpayv3>=0.3.0
|
|
|
|
|
|
python-alipay-sdk>=3.0.0
|