-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (45 loc) · 1.01 KB
/
Copy pathrequirements.txt
File metadata and controls
50 lines (45 loc) · 1.01 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
## Core Dependencies
beautifulSoup4==4.15.0
Django==6.0.7
django-ckeditor-5==0.2.20
django-htmx==1.16.0
django-resized==1.0.3
django-robots==6.1
feedparser==6.0.14
filetype==1.2.0
Pillow==12.3.0
psycopg[binary]==3.3.4
psutil==7.2.2
python-dotenv==1.2.2
pytz==2026.3.post1
readtime==3.0.0
requests==2.34.2
## Prod dependencies
Brotli==1.2.0
django-csp==4.0
gunicorn==26.0.0
django-sri==0.8.0
whitenoise==6.12.0
boto3==1.43.60
django-storages==1.14.6
django-htmlmin==0.11.0
## GPT Bot dependencies (Distances From Embeddings)
matplotlib==3.11.1
numpy==2.5.1
google-genai==2.16.0
pandas==3.0.5
plotly==6.9.0
scikit-learn==1.9.0
scipy==1.18.0
## Legacy dependencies for migrations
django-ckeditor==6.7.3
## Development Dependencies
coverage==7.15.2
django-coverage-plugin==3.2.2
django-fastdev==1.13.0
django-livereload-server==0.5.1
pre-commit==4.6.1
pytest==9.1.1
ruff==0.16.1
tiktoken==0.13.0 # Creating embeddings
yamllint==1.38.0 # Pre-push YAML lint (check:yaml); pinned so the gate runs offline (no registry egress needed)