# Development dependencies for PowerLogger
# Install with: pip install -r requirements-dev.txt

# Core dependencies
rich>=13.0.0

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

# Testing
pytest>=6.0.0
pytest-cov>=2.0.0
pytest-benchmark>=4.0.0

# Code quality
black>=21.0.0
flake8>=3.8.0
isort>=5.0.0
mypy>=0.800.0

# Security
safety>=2.0.0
bandit>=1.7.0

# Documentation
sphinx>=4.0.0
sphinx-rtd-theme>=1.0.0
