Initial Commit

This commit is contained in:
Brian McGonagill 2026-03-09 17:42:26 -05:00
commit e2f743e8bc
11 changed files with 3104 additions and 0 deletions

12
requirements.txt Normal file
View 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