-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_dev.txt
More file actions
59 lines (49 loc) · 3.27 KB
/
Copy pathrequirements_dev.txt
File metadata and controls
59 lines (49 loc) · 3.27 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
# ─── CORE ─────────────────────────────────────────────────────────────────────
Django==5.0.6
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
# ─── FRONTEND ─────────────────────────────────────────────────────────────────
django-htmx==1.17.3
django-widget-tweaks==1.5.0
Pillow>=11.0.0
# ─── FORMULAIRES & UTILS ──────────────────────────────────────────────────────
django-crispy-forms==2.1
crispy-tailwind==1.0.3
django-filter==24.2
# ─── SMS (stub dev) ───────────────────────────────────────────────────────────
twilio==9.2.3
# ─── TRADUCTION (fallback uniquement, sans IA lourde) ─────────────────────────
requests==2.32.3
deep-translator==1.11.4
# ─── DONNÉES ──────────────────────────────────────────────────────────────────
pandas>=2.2.3
scikit-learn>=1.5.2
# ─── SÉCURITÉ ─────────────────────────────────────────────────────────────────
django-axes==6.4.0
django-ratelimit==4.1.0
# ─── DÉPLOIEMENT ──────────────────────────────────────────────────────────────
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
# ─── EXCLUS EN DEV (trop lourds ou non nécessaires) ─────────────────────────
# psycopg2-binary → SQLite utilisé en dev
# torch → plusieurs GB, uniquement pour le module IA NLLB
# transformers → dépend de torch
# sentencepiece → dépend de torch
# weasyprint → génération PDF, dépendances système complexes
# redis → pas de Redis en dev
# django-redis → pas de Redis en dev
# celery → Celery non démarré en dev
# django-csp → optionnel en dev
# cloudinary → stockage prod uniquement
# django-cloudinary-storage → stockage prod uniquement
# gunicorn → serveur prod uniquement