7 lines
245 B
Text
7 lines
245 B
Text
Django>=5.2,<6.0
|
|
djangorestframework>=3.15
|
|
django-cors-headers>=4.4
|
|
|
|
# --- Productie / test-server ---------------------------------------------
|
|
gunicorn>=22.0 # WSGI-server die Django draait
|
|
psycopg[binary]>=3.2 # PostgreSQL-driver
|