8 lines
317 B
Text
8 lines
317 B
Text
Django==5.2.15
|
|
djangorestframework==3.17.1
|
|
django-cors-headers==4.9.0
|
|
|
|
# --- Productie / test-server ---------------------------------------------
|
|
gunicorn==26.0.0 # WSGI-server die Django draait
|
|
psycopg[binary]==3.3.4 # PostgreSQL-driver
|
|
Pillow==12.3.0 # beeldverwerking voor pictogram-upload
|