# OpenClaw Messaging v1 Dependencies

# Web framework for relay server
flask>=3.0

# Production WSGI server
gunicorn>=21.0

# Cryptographic operations (Ed25519, X25519, AES-GCM)
cryptography>=42.0

# HTTP client for scripts
requests>=2.31
