# Code formatting
black>=24.3.0
isort==6.0.1

# Linting
ruff==0.11.12

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

# Type checking (optional)
mypy==1.16.0
types-requests

# Pre-commit hooks
pre-commit==4.2.0

# Environment variable management
python-dotenv>=1.0.0