File size: 439 Bytes
395651c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Celery render worker: Manim + Supabase (no OpenAI / SymPy / OCR vision stack).
# Install: pip install -r requirements.worker-render.txt
# Includes FastAPI/uvicorn for worker_health.py (HF Spaces).

cachetools>=5.3
fastapi>=0.115,<1
uvicorn[standard]>=0.30
python-multipart>=0.0.9
python-dotenv>=1.0
pydantic[email]>=2.4
email-validator>=2

celery>=5.3
redis>=5
httpx>=0.27
websockets>=12

supabase>=2.0

numpy>=1.26,<2
manim>=0.18,<0.20