2025-06-22 20:03:38 +02:00
|
|
|
# N8N Workflows API Dependencies
|
2025-11-03 13:02:07 +02:00
|
|
|
# Core API Framework - Stable versions compatible with Python 3.9-3.12
|
|
|
|
|
fastapi==0.109.0
|
|
|
|
|
uvicorn[standard]==0.27.0
|
|
|
|
|
pydantic==2.5.3
|
2025-11-03 12:30:55 +02:00
|
|
|
|
2025-11-03 13:02:07 +02:00
|
|
|
# Authentication & Security
|
|
|
|
|
PyJWT==2.8.0
|
2025-11-03 12:30:55 +02:00
|
|
|
passlib[bcrypt]==1.7.4
|
2025-11-03 13:02:07 +02:00
|
|
|
python-multipart==0.0.9
|
2025-11-03 12:30:55 +02:00
|
|
|
|
2025-11-03 13:02:07 +02:00
|
|
|
# HTTP & Networking
|
|
|
|
|
httpx==0.26.0
|
|
|
|
|
requests==2.31.0
|
2025-11-03 12:30:55 +02:00
|
|
|
|
|
|
|
|
# Monitoring & Performance
|
2025-11-03 13:02:07 +02:00
|
|
|
psutil==5.9.8
|
2025-11-03 12:30:55 +02:00
|
|
|
|
2025-11-03 12:59:17 +02:00
|
|
|
# Email validation
|
2025-11-03 13:02:07 +02:00
|
|
|
email-validator==2.1.0
|
2025-11-03 12:30:55 +02:00
|
|
|
|
|
|
|
|
# Production server
|
2025-11-03 13:02:07 +02:00
|
|
|
gunicorn==21.2.0
|