# Core dependencies
python-dotenv>=1.0.0
pyyaml>=6.0.1
requests>=2.31.0
pillow>=10.0.0
numpy>=1.24.0
imagehash>=4.3.0
responses>=0.25.0
psutil>=5.9.0
rich>=13.7.0  # Terminal UI

# API clients
openai>=1.0.0
anthropic>=0.5.0
dashscope>=1.10.0
google-generativeai==0.1.0rc1  # Using specific version that's available

# Utilities
python-magic>=0.4.27
tenacity>=8.2.3
cachetools>=5.3.1

# Type hints
typing-extensions>=4.8.0

# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0      # For test coverage
pytest-random-order==1.1.0

# Development
black>=23.0.0          # Code formatting
isort>=5.12.0          # Import sorting
flake8>=6.0.0          # Code linting
mypy>=1.5.0            # Type checking

# Documentation
mkdocs>=1.5.0
mkdocs-material>=9.0.0
pdoc3>=0.10.0          # API documentation

# Optional dependencies
matplotlib>=3.7.0      # For visualization in examples
jupyter>=1.0.0         # For example notebooks 