# Core dependencies
requests>=2.31.0
Pillow>=10.0.0  # Replaces opencv-python for lighter image processing
tqdm>=4.66.0    # For progress bars

# Configuration
python-dotenv>=1.0.0

# Testing
pytest>=7.4.4
pytest-cov>=4.1.0
responses>=0.24.1

# Code quality
black>=23.12.1
flake8>=7.0.0
mypy>=1.8.0

# Type stubs for better IDE support
types-requests>=2.31.0
