transcription/requirements.txt
keboss-m 8df14e3102 Add multi-tenant auth with org projects, roles, and personal workspaces.
JWT login, org-scoped storage and RAG, admin/director/user roles, user-owned projects, login UI, and legacy data migration.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 18:54:25 +03:00

19 lines
246 B
Plaintext

fastapi
uvicorn[standard]
python-multipart
websockets
python-docx
pyyaml
whisperx
# Auth
bcrypt>=4.0.0
python-jose[cryptography]
# RAG / LightRAG
lightrag-hku>=1.4.0
openai>=1.0.0
python-dotenv>=1.0.0
sentence-transformers>=3.0.0
numpy>=1.24.0