14 lines
302 B
Plaintext
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
|