# Hermetic Suite - Python Dependencies

# Web Framework
Flask>=2.3.0

# Production WSGI Server
gunicorn>=21.0.0

# Database
SQLAlchemy>=2.0.0
psycopg2-binary>=2.9.0

# Authentication
bcrypt>=4.0.0
cryptography>=41.0.0

# Networking & Scanning
python-nmap>=0.7.1
dnspython>=2.4.0
paramiko>=3.3.0

# HTTP Requests (for CVE feeds)
requests>=2.31.0

# Version comparison
packaging>=23.0

# Development
python-dotenv>=1.0.0
