# Development dependencies for prism-config v1.0.0
# Install: pip install -r requirements-dev.txt

# Include production dependencies
-r requirements.txt

# Testing
pytest>=7.4.0,<8.0.0
pytest-cov>=4.1.0,<5.0.0
pytest-mock>=3.11.1,<4.0.0
hypothesis>=6.82.0,<7.0.0

# Code quality
ruff>=0.1.0,<1.0.0
mypy>=1.5.0,<2.0.0

# Build tools
build>=1.0.0,<2.0.0
twine>=4.0.0,<5.0.0
