13 lines
250 B
Text
13 lines
250 B
Text
|
|
# 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
|