# Include all production requirements
-r requirements.txt

# Development and linting tools
ruff>=0.12.0
mypy>=1.17.0

# Testing
pytest>=8.0.0
pytest-cov>=6.0.0

# Additional development tools
pre-commit>=4.0.0
bandit>=1.8.0

# Documentation
sphinx>=8.0.0
sphinx-rtd-theme>=3.0.0

# Code quality
radon>=6.0.0
xenon>=0.9.0

# Build and packaging
build>=1.2.0
twine>=6.0.0
setuptools_scm[toml]>=9.0.0
