# Development dependencies
-r requirements.txt
-r requirements-test.txt

# Code formatting
black>=23.0.0
isort>=5.12.0

# Linting
mypy>=1.0.0
pylint>=2.17.0
flake8>=6.0.0
flake8-docstrings>=1.7.0
flake8-bugbear>=23.3.0

# Documentation
sphinx>=6.2.0
sphinx-rtd-theme>=1.2.0
sphinx-autodoc-typehints>=1.23.0
myst-parser>=1.0.0

# Build tools
build>=0.10.0
twine>=4.0.0
wheel>=0.40.0

# Utilities
ipython>=8.12.0
