62 lines
1.6 KiB
Plaintext
62 lines
1.6 KiB
Plaintext
# ============================================
|
|
# Core Framework
|
|
# ============================================
|
|
fastapi==0.135.3
|
|
uvicorn[standard]==0.44.0
|
|
pydantic==2.12.5
|
|
|
|
# ============================================
|
|
# AI & LLM
|
|
# ============================================
|
|
zhipuai==2.1.5.20250825
|
|
|
|
# ============================================
|
|
# Storage (S3 Compatible)
|
|
# ============================================
|
|
boto3==1.42.87
|
|
|
|
# ============================================
|
|
# Configuration
|
|
# ============================================
|
|
python-dotenv==1.2.2
|
|
PyYAML==6.0.2
|
|
|
|
# ============================================
|
|
# Document Processing
|
|
# ============================================
|
|
pdfplumber==0.11.9
|
|
python-docx==1.2.0
|
|
lxml==6.0.3
|
|
|
|
# ============================================
|
|
# Image & Video Processing
|
|
# ============================================
|
|
opencv-python-headless==4.13.0.92
|
|
pillow==12.2.0
|
|
numpy==2.4.4
|
|
|
|
# ============================================
|
|
# Authentication & Security
|
|
# ============================================
|
|
PyJWT==2.8.0
|
|
cryptography==46.0.7
|
|
|
|
# ============================================
|
|
# HTTP Client 用于测试客户端
|
|
# ============================================
|
|
httpx==0.28.1
|
|
|
|
# ============================================
|
|
# Testing (Development Only)
|
|
# ============================================
|
|
pytest==9.0.3
|
|
pytest-asyncio==1.3.0
|
|
|
|
# ============================================
|
|
# Type Checking & Async Support
|
|
# ============================================
|
|
typing_extensions==4.14.1
|
|
sniffio==1.3.1
|
|
|
|
|