blob: 01af9974ac78f71ea0752ed25554cb5e5eee717b [file] [log] [blame] [raw]
# Claude Agent SDK (V2.2 - 替代旧的 claude-code-sdk)
claude-agent-sdk>=0.1.14
# Telegram Bot
python-telegram-bot>=22.0
# 异步支持
aiofiles>=24.0
aiohttp>=3.12.0
# Web框架 (Webhook)
fastapi>=0.118.0
uvicorn>=0.37.0
# 图片处理
pillow>=11.0.0
# SSH支持
paramiko>=4.0.0
# 配置文件
tomli>=2.0.0
tomli-w>=1.2.0
python-dotenv>=1.0.0
# 命令行
click>=8.0.0
rich>=14.0.0
prompt-toolkit>=3.0.0
# HTTP客户端
httpx>=0.28.0
requests>=2.32.0
# 数据验证
pydantic>=2.0.0
pydantic-settings>=2.0.0
# 其他工具
beautifulsoup4>=4.12.0
PyYAML>=6.0.0
# 测试工具
pytest>=8.0.0
pytest-asyncio>=1.0.0
pytest-mock>=3.0.0
pytest-cov>=7.0.0