# SpecSpectacle - Development Dependencies
# Install with: pip install -r requirements-dev.txt

# Include production dependencies
-r requirements.txt

# Testing framework
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-asyncio>=0.21.0

# Code formatting
black>=23.0.0
isort>=5.0.0

# Type checking
mypy>=1.0.0

# Linting
flake8>=6.0.0
pylint>=2.17.0

# Package building
build>=0.10.0
twine>=4.0.0
