Spaces:
Sleeping
Sleeping
# N8N Workflows API Dependencies | |
# Core API Framework - Updated for Hugging Face Spaces | |
fastapi>=0.104.1,<1.0.0 | |
uvicorn[standard]>=0.24.0,<1.0.0 | |
pydantic>=2.5.0,<3.0.0 | |
# Additional dependencies for Hugging Face deployment | |
huggingface_hub>=0.25.2 | |
requests>=2.31.0 | |
aiofiles>=23.2.1 | |
jinja2>=3.1.2 | |
python-multipart>=0.0.6 | |
# Database and data processing | |
sqlite3-binary>=0.4.1; python_version < '3.8' | |
psycopg2-binary>=2.9.7 | |
asyncpg>=0.29.0 | |
# Performance optimizations | |
prometheus-client>=0.19.0 | |