# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.10.0

# Linting & Formatting
black>=23.0.0
isort>=5.0.0
flake8>=6.0.0
mypy>=1.0.0

# Type checking
types-requests>=2.0.0

# Documentation
mkdocs>=1.4.0
mkdocs-material>=9.0.0

