# Include all production requirements
-r requirements.txt

# Development and linting tools
black>=23.0.0
flake8>=6.0.0
isort>=5.12.0
mypy>=1.0.0

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

# Additional development tools
pre-commit>=3.0.0
bandit>=1.7.0
safety>=2.3.0

# Documentation
sphinx>=6.0.0
sphinx-rtd-theme>=1.2.0

# Code quality
radon>=5.1.0
xenon>=0.7.0

# Build and packaging
build>=1.0.0
twine>=4.0.0
setuptools_scm[toml]>=6.2.0
