-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
51 lines (46 loc) · 1.08 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Used by django
Django==5.0.11
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.7.0
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.56.0
python-dateutil==2.9.0.post0
jsonschema==4.23.0
# Used in production
django-dbbackup==4.0.2
django-storages==1.14.2
boto3==1.34.15
opentelemetry-api==1.28.2
opentelemetry-sdk==1.28.2
opentelemetry-instrumentation-django==0.49b2
opentelemetry-exporter-otlp==1.28.2
# 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