27 lines
479 B
Plaintext
27 lines
479 B
Plaintext
# --- core ---
|
|
django==5.2.7
|
|
djangorestframework==3.16.1
|
|
django-rest-knox==5.0.2
|
|
django-filter==25.2
|
|
django-cors-headers==4.9.0
|
|
django-environ==0.12.0
|
|
|
|
# --- database ---
|
|
psycopg[binary]==3.2.10
|
|
|
|
# --- background tasks (postgres-backed, no broker) ---
|
|
procrastinate[django]==3.6.0
|
|
|
|
# --- serving / static ---
|
|
gunicorn==23.0.0
|
|
whitenoise==6.11.0
|
|
|
|
# --- integrations ---
|
|
requests==2.32.5
|
|
|
|
# --- api docs (DEBUG only) ---
|
|
drf-spectacular==0.28.0
|
|
|
|
# --- dev tooling ---
|
|
ruff==0.14.0
|