# Clyrdia CLI Dependencies
# Core CLI framework
typer>=0.9.0
rich>=13.0.0

# Data processing and analysis
numpy>=1.21.0
pandas>=1.3.0

# HTTP and API clients
aiohttp>=3.8.0
requests>=2.28.0
httpx>=0.24.0

# Configuration and data formats
pyyaml>=6.0
python-dotenv>=1.0.0

# AI model providers
openai>=1.0.0
anthropic>=0.7.0

# System utilities
psutil>=5.8.0

# Visualization and reporting
plotly>=5.0.0

# Development dependencies (optional)
# pytest>=7.0.0
# pytest-cov>=4.0.0
# black>=22.0.0
# flake8>=5.0.0
