# Core dependencies
httpx>=0.24.0
pydantic>=2.0.0
python-dotenv>=1.0.0
PyYAML>=6.0
keyring>=24.0.0

# CLI and utilities
click>=8.0.0
rich>=13.0.0
tabulate>=0.9.0

# Development dependencies (optional)
pytest>=7.0.0
pytest-asyncio>=0.21.0
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0

# Optional dependencies for enhanced features
openpyxl>=3.1.0  # For Excel export
pandas>=2.0.0    # For data processing
matplotlib>=3.7.0  # For charts/graphs