# Core MCP Protocol
mcp>=1.0.0

# HTTP and API
requests>=2.28.0
httpx>=0.24.0
fastapi>=0.100.0
uvicorn>=0.20.0
python-multipart>=0.0.6

# Data Processing
numpy>=1.21.0
scipy>=1.9.0
pandas>=1.5.0

# Configuration and Environment
python-dotenv>=1.0.0
pydantic>=2.0.0
pyyaml>=6.0.0

# Async and WebSocket Support
aiofiles>=23.0.0
websockets>=11.0.0
asyncio-mqtt>=0.13.0

# CLI and User Interface
click>=8.1.0
rich>=13.0.0
typer>=0.9.0

# Development and Testing (optional)
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0
pytest-asyncio>=0.21.0
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
pre-commit>=3.0.0
