# PULSE Neural Operating System — Dependencies
# Install: pip install -r requirements.txt

# Core (required)
filelock>=3.12.0        # Concurrent file access safety (Law 4 compliant)
cryptography>=41.0.0    # RSA signature verification, HMAC-SHA256
python-dotenv>=1.0.0    # Load environment variables from .env

# API Gateway (optional — only needed if running pulse_api.py)
fastapi>=0.100.0
uvicorn>=0.23.0
pydantic>=2.0.0
