Files
n8n-workflows/requirements.txt

30 lines
615 B
Plaintext
Raw Normal View History

# N8N Workflows API Dependencies
# Core API Framework - Latest secure versions, Python 3.9-3.12 compatible
fastapi==0.115.2
uvicorn[standard]==0.31.1
pydantic==2.9.2
pydantic-settings==2.6.0
# Authentication & Security - Latest secure versions
PyJWT==2.10.0
passlib[bcrypt]==1.7.4
python-multipart==0.0.12
cryptography==43.0.3
# HTTP & Networking - Latest secure versions
httpx==0.27.2
requests==2.32.3
urllib3==2.2.3
certifi==2024.8.30
# Monitoring & Performance
psutil==6.1.0
# Email validation
email-validator==2.2.0
# Production server
gunicorn==23.0.0
# Additional security hardening
python-dotenv==1.0.1