File size: 491 Bytes
a9f0f7c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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