## v0.9.20260325_144654 ### Features - API Key Authentication System - Job Worker System - V2 Backup Versioning ### Bug Fixes - get_processor_results_by_job column mapping Co-authored-by: OpenCode
34 lines
633 B
Plaintext
34 lines
633 B
Plaintext
# Momentry Core - Python Dependencies
|
|
# Locked versions - Generated from venv pip freeze
|
|
# Install: /opt/homebrew/bin/python3.11 -m pip install -r requirements.txt
|
|
|
|
# Core - Video Processing
|
|
opencv-python==4.13.0.92
|
|
|
|
# Redis - Message Bus
|
|
redis==7.3.0
|
|
|
|
# ASR - Speech Recognition
|
|
torch==2.8.0
|
|
torchvision==0.23.0
|
|
torchaudio==2.8.0
|
|
faster-whisper==1.2.1
|
|
whisperx==3.8.2
|
|
|
|
# Scene Detection
|
|
scenedetect==0.6.7.1
|
|
|
|
# Object Detection & Pose
|
|
ultralytics==8.4.23
|
|
|
|
# OCR - Text Recognition
|
|
easyocr==1.7.2
|
|
|
|
# Additional dependencies (automatically installed)
|
|
# pillow>=12.0.0
|
|
# numpy>=2.0.0
|
|
# pandas>=3.0.0
|
|
|
|
# Dev - Code Quality
|
|
ruff==0.11.2
|