video_press/requirements.txt

13 lines
250 B
Text
Raw Normal View History

2026-03-09 17:42:26 -05:00
# VideoPress — Python dependencies
# Install with: pip install -r requirements.txt
# Web framework
Flask==3.1.0
# WSGI server (production)
gunicorn==23.0.0
# Async worker for SSE / long-lived streaming responses
gevent==24.11.1
greenlet==3.1.1