Initial Commit
This commit is contained in:
commit
e2f743e8bc
11 changed files with 3104 additions and 0 deletions
12
requirements.txt
Normal file
12
requirements.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue