Files
lidify/services/audio-analyzer/requirements.txt
2025-12-25 18:58:06 -06:00

14 lines
302 B
Plaintext

# Audio Analyzer Requirements
# Note: essentia-tensorflow is installed directly in Dockerfile for Python 3.7
# Queue and database
redis>=4.5.0
psycopg2-binary>=2.9.0
sqlalchemy>=2.0.0
# Configuration
python-dotenv>=1.0.0
# Numeric operations (compatible with older TensorFlow)
numpy>=1.19.0,<1.24.0