# Database
sqlalchemy>=2.0.0
mysql-connector-python>=8.0.0

# API and HTTP
requests
urllib3

# Retry mechanism
tenacity>=8.0.1

# Image processing (for image processor)
Pillow>=10.0.0

# CSV/JSON handling
pandas>=2.0.0

# Logging and monitoring
python-json-logger>=2.0.0

# Type checking
mypy>=1.0.0
types-requests
types-urllib3

# Testing
pytest>=7.0.0
pytest-cov>=4.1.0

# Development tools
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
twine

# Progress bar
tqdm>=4.65.0 