# 核心依赖
requests==2.31.0
Pillow==10.2.0
PyYAML==6.0.1
markdown==3.5.2
python-dotenv==1.0.0
openai==1.12.0

# 安全增强依赖
bleach==6.1.0          # XSS 过滤
cryptography==42.0.0   # 加密支持
ratelimit==2.2.1       # 速率限制

# 免 API Key 搜索工具（优先使用）
duckduckgo-search==4.1.1

# 可选：浏览器自动化（更强大的爬虫）
# playwright>=1.40.0
