-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
27 lines (27 loc) · 1.38 KB
/
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
asgiref==3.4.1; python_version >= "3.7"
click==8.0.1; python_version >= "3.6"
colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.5.0"
django-cors-headers==3.7.0; python_version >= "3.6"
django==3.2.5; python_version >= "3.6"
djangorestframework-simplejwt==4.7.2; python_version >= "3.7"
djangorestframework==3.12.4; python_version >= "3.5"
gunicorn==20.1.0; python_version >= "3.5"
joblib==1.0.1; python_version >= "3.6"
nltk==3.6.2; python_version >= "3.5"
numpy==1.21.1; python_version >= "3.7" and python_full_version >= "3.7.1"
pandas==1.3.1; python_full_version >= "3.7.1"
pillow==8.3.1; python_version >= "3.6"
psycopg2==2.9.1; python_version >= "3.6"
pyjwt==2.1.0; python_version >= "3.7"
python-dateutil==2.8.2; python_full_version >= "3.7.1"
python-dotenv==0.17.1
pytz==2021.1; python_version >= "3.7" and python_full_version >= "3.7.1"
regex==2021.7.6; python_version >= "3.5"
scikit-learn==0.24.2; python_version >= "3.6"
scipy==1.6.1; python_version >= "3.7"
six==1.16.0; python_full_version >= "3.7.1"
sklearn==0.0
sqlparse==0.4.1; python_version >= "3.7"
textblob==0.15.3
threadpoolctl==2.2.0; python_version >= "3.6"
tqdm==4.62.0; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"