# Core dependencies
fastmcp>=0.1.0
fastapi>=0.95.0
uvicorn>=0.22.0
pydantic>=2.0.0
aiohttp>=3.8.0


# Environment and configuration
python-dotenv>=1.0.0

# Utilities
python-dateutil>=2.8.2
pytz>=2023.3

# Logging and debugging
structlog>=23.1.0

# Type hints
typing-extensions>=4.5.0

