-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
64 lines (52 loc) · 3.47 KB
/
Copy pathrequirements.txt
File metadata and controls
64 lines (52 loc) · 3.47 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
# ─── CORE ─────────────────────────────────────────────────────────────────────
Django==5.0.6
psycopg2-binary==2.9.9
python-decouple==3.8
dj-database-url==2.1.0
# ─── AUTHENTIFICATION ─────────────────────────────────────────────────────────
django-allauth==0.63.3
djangorestframework==3.15.1
djangorestframework-simplejwt==5.3.1
django-phonenumber-field==7.3.0
phonenumbers==8.13.39
# ─── ASYNC / CACHE ────────────────────────────────────────────────────────────
celery==5.4.0
redis==5.0.6
django-redis==5.4.0
# ─── FRONTEND ─────────────────────────────────────────────────────────────────
django-htmx==1.17.3
django-widget-tweaks==1.5.0
Pillow==10.3.0
# ─── PDF ──────────────────────────────────────────────────────────────────────
weasyprint==62.3
# ─── FORMULAIRES & UTILS ──────────────────────────────────────────────────────
django-crispy-forms==2.1
crispy-tailwind==1.0.3
django-filter==24.2
# ─── SMS ──────────────────────────────────────────────────────────────────────
twilio==9.2.3
# ─── IA / TRADUCTION ──────────────────────────────────────────────────────────
requests==2.32.3
deep-translator==1.11.4
transformers==4.41.2
huggingface_hub==0.23.4
torch==2.3.1
sentencepiece==0.2.0
# ─── DONNÉES & VISUALISATION ──────────────────────────────────────────────────
pandas==2.2.2
scikit-learn==1.5.0
# ─── SÉCURITÉ ─────────────────────────────────────────────────────────────────
django-axes==6.4.0
django-csp==3.8
django-ratelimit==4.1.0
# ─── STOCKAGE FICHIERS ────────────────────────────────────────────────────────
cloudinary==1.40.0
django-cloudinary-storage==0.3.0
# ─── DÉPLOIEMENT ──────────────────────────────────────────────────────────────
gunicorn==22.0.0
whitenoise==6.7.0
# ─── DEV & TESTS ──────────────────────────────────────────────────────────────
pytest-django==4.8.0
factory-boy==3.3.0
faker==25.4.0
django-debug-toolbar==4.4.1