forked from xiaohei/taiji-AI-PAD
49 lines
698 B
Plaintext
49 lines
698 B
Plaintext
# MCP Server Python依赖
|
|
|
|
# Web框架
|
|
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
|
|
# 数据库
|
|
sqlalchemy==2.0.25
|
|
asyncpg==0.29.0
|
|
aiosqlite==0.19.0
|
|
alembic==1.13.1
|
|
psycopg2-binary==2.9.9
|
|
|
|
# 认证与安全
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
bcrypt==4.0.1
|
|
python-multipart==0.0.6
|
|
cryptography==42.0.0
|
|
|
|
# Redis
|
|
redis==5.0.1
|
|
hiredis==2.3.2
|
|
|
|
# NATS
|
|
nats-py==2.6.0
|
|
|
|
# HTTP客户端
|
|
httpx==0.26.0
|
|
aiohttp==3.9.1
|
|
|
|
# 工具
|
|
python-dotenv==1.0.0
|
|
email-validator==2.1.0
|
|
|
|
# 监控和日志
|
|
prometheus-client==0.19.0
|
|
structlog==24.1.0
|
|
psutil==5.9.8
|
|
|
|
# 其他
|
|
Jinja2==3.1.3
|
|
MarkupSafe==2.1.3
|
|
pydantic[email]
|
|
|
|
# PayPal 支付
|
|
paypal-server-sdk>=0.5.0 |