# 服务器端依赖
fastapi==0.104.1
uvicorn[standard]==0.24.0
websockets==12.0
python-multipart==0.0.6
sqlalchemy==2.0.23
alembic==1.12.1
psycopg2-binary==2.9.9
redis==5.0.1
pydantic==2.5.0
pydantic-settings==2.1.0
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
python-dotenv==1.0.0
aiofiles==23.2.1
httpx==0.25.2

# 客户端依赖
PyQt6==6.6.1
PyQt6-Qt6==6.6.1
qasync==0.27.0
websockets==12.0
aiohttp==3.9.1
pyyaml==6.0.1

# 公共依赖
cryptography==41.0.7
pyyaml==6.0.1
click==8.1.7
loguru==0.7.2

# 监控和统计
prometheus-client==0.19.0

# 文件监控（配置热重载）
watchdog==3.0.0

# Redis（集群会话同步）
redis==5.0.1

# 数据库迁移
alembic==1.12.1

# SSL证书管理
certbot==2.8.0
acme==2.8.0
cryptography==41.0.7
josepy==1.14.0

# DNS管理
dnspython==2.4.2

# 系统监控
psutil==5.9.6

# 测试
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0

