-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
46 lines (41 loc) · 948 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
# Used by django
Django==5.0.9
gunicorn==22.0.0
python-dotenv==1.0.0
whitenoise==6.6.0
django-theme-pixel==1.0.3
django-ses==3.5.2
psycopg2-binary==2.9.6
django-request==1.6.3
django-simple-history==3.7.0
django-simple-captcha==0.6.0
# Used in django admin
django-leaflet==0.29.0
# Used in django app
folium==0.14.0
# Used by scraping
Unidecode==1.3.4
requests==2.32.0
beautifulsoup4==4.9.3
fructose==0.0.11
haversine==2.8.1
scikit-learn==1.5.1
pandas==1.5.1
keras==3.4.1
numpy==1.26.3
scipy==1.14.0
tqdm==4.66.3
pgvector==0.3.2
psutil==6.0.0
pydantic==2.6.4
openai==1.41.0
python-dateutil==2.8.2
# Used in production
django-dbbackup==4.0.2
django-storages==1.14.2
boto3==1.34.15
# We need to install pytorch with cpu support only (and not gpu)
# pytorch is a requirement of sentence_transformers
# https://github.com/UKPLab/sentence-transformers/issues/1409
--extra-index-url https://download.pytorch.org/whl/cpu
sentence-transformers==2.5.1