# Development requirements
-r requirements.txt

# Testing
pytest>=7.0.0
pytest-cov>=3.0.0
pytest-mock>=3.0.0

# Type checking
mypy>=0.900

# Linting and formatting
black>=22.0.0
isort>=5.10.0
flake8>=4.0.0
autoflake>=1.4

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0
myst-parser>=0.18.0

# Pre-commit hooks
pre-commit>=2.0.0

# Other development tools
debugpy>=1.0.0
ipdb>=0.13.0
polars>=1.37.0
