# Development requirements for PalletDataGenerator
# Includes all production requirements plus development tools

# Production requirements
-r requirements.txt

# Development and testing tools
pytest>=7.0.0
pytest-cov>=4.0.0
coverage>=7.0.0

# Code quality and formatting
black>=23.0.0
ruff>=0.1.0
pre-commit>=3.0.0

# Documentation
sphinx>=7.0.0
sphinx-rtd-theme>=1.3.0
myst-parser>=2.0.0
linkify-it-py>=2.0.0

# Build and packaging
build>=0.10.0
twine>=4.0.0
wheel>=0.40.0

# Optional exporters (uncomment if needed)
# pascal-voc-writer>=0.1.4  # For VOC format export
# lxml>=4.9.0  # For XML processing

# System utilities
pbr>=5.11.1  # For bandit security scanner
