# Code formatting and linting
black~=24.8.0
ruff~=0.6.9
isort~=5.13.2
mypy~=1.11.2

# Pre-commit hooks
pre-commit~=3.8.0

# Testing
pytest~=8.3.3
pytest-cov~=5.0.0

# Type stubs
types-requests~=2.32.0