# Core framework
pyyaml>=6.0.1
click>=8.1.7
rich>=13.7.1
pydantic>=2.11.0
mcp[cli]>=1.13.1
uv>=0.5.0

# HTTP & Web
requests>=2.31.0
aiohttp>=3.9.0
httpx>=0.27.0
beautifulsoup4>=4.12.0
ddgs>=9.5.0

# AI/LLM
aisuite>=0.1.0
openai>=1.50.0
anthropic>=0.45.0

# Document processing
pypdf>=4.0.0
python-docx>=1.1.0
openpyxl>=3.1.0
python-pptx>=0.6.0
markdown>=3.5.0

# Code analysis
docstring-parser>=0.16

# Data processing
pandas>=2.2.0
numpy>=1.26.0

# Security & validation
cryptography>=42.0.0

# Async & concurrency
asyncio-throttle>=1.0.0
