# Core dependencies (ErrorShield works without any external dependencies)
# The following are optional dependencies for enhanced functionality

# For dashboard server
Flask>=2.0.0

# For memory profiling
psutil>=5.8.0

# For configuration file support
PyYAML>=6.0

# For development and testing
pytest>=7.0.0
pytest-cov>=4.0.0
black>=22.0.0
flake8>=5.0.0
mypy>=1.0.0

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