-
Notifications
You must be signed in to change notification settings - Fork 14
/
requirements.txt
49 lines (41 loc) · 930 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
importlib_resources==5.10.2 ### DO NOT UPDATE THE VERSION ###
numpy==1.24.3 # NOTE: Upgrading to 1.25.* might cause problems
opencv_python==4.8.*
mtcnn==0.1.1
pydub==0.25.1
setuptools==68.2.1
torch==2.0.1
nussl==1.1.9 # CFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib" pip install nussl==1.1.9
tensorflow==2.13.0
gdown==4.7.1
tqdm==4.66.1
# for linting
pylint
pylint-plugin-utils
autopep8
black
pylint_django
# performance metric
psutil==5.9.*
# below requirements are for audioseparator/tmp files
# flerken==0.2.4.post4
# gtts==2.3.1
# librosa==0.9.2
# moviepy==1.0.3
# soundfile==0.11.0
# testing
matplotlib==3.8.*
websockets==12.*
coverage==7.4.*
pytest-cov==4.1.*
# Django application
Django==4.2.*
celery==5.3.*
eventlet==0.33.*
daphne==4.0.*
redis==5.0.*
# DRF
djangorestframework==3.14.*
# Django Channels
channels==4.0.*
# Install Redis server from https://github.com/microsoftarchive/redis/releases