-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
80 lines (61 loc) · 1.2 KB
/
requirements.txt
File metadata and controls
80 lines (61 loc) · 1.2 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Framework
Django==2.2.16
# For Postgres database
psycopg2-binary~=2.8.3
# For tests
pytest==6.0.1
pytest-asyncio==0.14.0
pytest-cov==2.10.1
pytest-django==3.9.0
pytest-repeat==0.8.0
pytest-rerunfailures==9.1
django-async-test==0.2.2
# Web browser handler
selenium<4.0.0
# For bots protection
django-recaptcha==2.0.6
# For message broker (for Celery and WebSockets)
redis==3.5.3
django-redis==4.12.1
# For WebSockets
channels==2.4.0
channels-redis==2.4.2
# For periodical tasks
celery==4.4.7
# For xml processing
lxml~=4.5.2
xmltodict==0.12.0
# For file conversions
beautifulsoup4~=4.9.1
# For Searching and entities indexing
elasticsearch-dsl>=7.0.0,<8.0.0
# For social medias authentication
social-auth-app-django==4.0.0
# For SSL on localhost
django-extensions==3.0.8
# Werkzeug==0.15.5
# pyOpenSSL==19.0.0
# service_identity==18.1.0
# For contributor autocomplete
django-autocomplete-light==3.5.1
# For files deletion
django-cleanup==5.0.0
asgiref==3.2.10
# For NLP
pandas
tqdm
#For Neural Networks
geopy~=2.0.0
editdistance~=0.5.3
Fuzzy~=1.2.2
spacy~=2.3.2
wheel~=0.34.2
scikit-learn~=0.23.1
joblib
timefhuman
maya
#For websockets serving
uvicorn[standard]
gunicorn
# Security policy
django-csp==3.7