Pinned working version
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6109d60052
commit
0782c5841c
@ -1,4 +1,4 @@
|
||||
FROM python:3.8-slim
|
||||
FROM python:3.8
|
||||
|
||||
ADD extractor_service requirements.txt /extractor_service/
|
||||
WORKDIR /extractor_service/
|
||||
|
@ -1,9 +1,24 @@
|
||||
sentry_sdk
|
||||
pika
|
||||
requests
|
||||
pyAudioAnalysis
|
||||
numpy
|
||||
eyed3
|
||||
pydub
|
||||
scipy
|
||||
matplotlib
|
||||
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user