# Enhanced Security Features Requirements
# Core dependencies
cryptography>=3.4.8
pyyaml>=6.0
psutil>=5.8.0

# Optional dependencies for enhanced features
# Uncomment as needed

# For advanced vulnerability scanning
# bandit>=1.7.0
# safety>=1.10.3
# semgrep>=0.50.0

# For network monitoring
# scapy>=2.4.5
# netaddr>=0.8.0

# For log analysis
# python-dateutil>=2.8.2
# regex>=2021.8.3

# For threat intelligence
# requests>=2.25.1
# python-whois>=0.7.2

# For reporting
# jinja2>=3.0.1
# matplotlib>=3.4.2
# plotly>=5.3.1

# For email notifications
# smtplib (built-in)
# email (built-in)

# For webhook notifications
# requests>=2.25.1

# For Slack notifications
# slack-sdk>=3.10.0
