From 0782c5841c5c99c72933dba043211ad802cecb34 Mon Sep 17 00:00:00 2001 From: marcsello Date: Wed, 6 May 2020 00:05:11 +0200 Subject: [PATCH] Pinned working version --- Dockerfile | 2 +- requirements.txt | 27 +++++++++++++++++++++------ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4ec0c29..6e83219 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim +FROM python:3.8 ADD extractor_service requirements.txt /extractor_service/ WORKDIR /extractor_service/ diff --git a/requirements.txt b/requirements.txt index 50d95a9..dc01d55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,24 @@ sentry_sdk pika requests -pyAudioAnalysis -numpy -eyed3 -pydub -scipy -matplotlib \ No newline at end of file + + +cython + +cycler==0.10.0 +deprecation==2.0.7 +eyeD3==0.9.5 +filetype==1.0.6 +hmmlearn==0.2.3 +joblib==0.14.1 +kiwisolver==1.2.0 +matplotlib==3.2.1 +numpy==1.18.2 +pyAudioAnalysis==0.3.0 +pydub==0.23.1 +pyparsing==2.4.6 +python-dateutil==2.8.1 +scikit-learn==0.21.3 +scipy==1.4.1 +simplejson==3.17.0 +six==1.14.0