-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
72 lines (59 loc) · 1.86 KB
/
requirements.txt
File metadata and controls
72 lines (59 loc) · 1.86 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
65
66
67
68
69
70
71
72
# --- CORE DJANGO ---
Django==5.2.13
# --- DJANGO PACKAGES ---
django-activity-stream==2.0.0
django-annoying==0.10.8
django-celery-beat==2.9.0
django-ckeditor-5==0.2.20
django-cleanup==9.0.0
django-csp==4.0
django-debug-toolbar==6.3.0
django-email-obfuscator==0.1.5
django-environ==0.13.0
django-extensions==4.1
django-filter==25.2
django-js-asset==3.1.2
django-model-utils==5.0.0
django-ordered-model==3.7.4
django-permissions-policy==4.29.0
django-sendfile2==0.7.2
django-session-timeout==0.1.0
django-settings-export==1.2.1
django-soft-delete==0.9.21
django-timezone-field==7.2.1
djangorestframework==3.17.1
# --- MOZILLA OIDC / KEYCLOAK ---
mozilla-django-oidc==5.0.2
python-keycloak==7.1.1
# --- CELERY / ASYNC ---
celery==5.6.3
redis==7.4.0
# --- CRYPTO / SÉCURITÉ ---
cryptography==46.0.7
pyOpenSSL==26.0.0
# --- HTTP / RÉSEAU ---
requests==2.33.1
# --- BASE DE DONNÉES ---
psycopg[binary]==3.3.3
# --- DOCUMENTS (docx, excel) ---
python-docx==1.2.0
docxtpl==0.20.2
docxcompose==2.1.0
lxml==6.0.4
XlsxWriter==3.2.9
# --- TEMPLATES / FORMATS ---
Jinja2==3.1.6
# --- UTILITAIRES ---
python-dateutil==2.9.0.post0
python-dotenv==1.2.2
python-magic==0.4.27
tzdata==2026.1
packaging==26.1
python-crontab==3.3.0
# --- API / SCHEMA ---
drf-spectacular==0.29.0
# --- SERVEUR ---
uWSGI==2.0.31
whitenoise==6.12.0
# --- DIVERS ---
setuptools==82.0.1