# ─── Core Framework ─────────────────────────────────────────────────────────── Django==5.1.4 djangorestframework==3.15.2 django-cors-headers==4.6.0 django-filter==24.3 django-extensions==3.2.3 # ─── Authentication ─────────────────────────────────────────────────────────── djangorestframework-simplejwt==5.3.1 django-otp==1.5.4 qrcode[pil]==7.4.2 # ─── Database ───────────────────────────────────────────────────────────────── django-uuid-upload-path==1.0.0 # ─── Async / Real-time ──────────────────────────────────────────────────────── channels==4.1.0 channels-redis==4.2.1 daphne==4.1.2 # ─── Task Queue ─────────────────────────────────────────────────────────────── celery==5.4.0 redis==5.2.1 django-celery-beat==2.7.0 django-celery-results==2.5.1 # ─── PDF Generation ─────────────────────────────────────────────────────────── weasyprint==62.3 Pillow==11.1.0 # ─── Storage ────────────────────────────────────────────────────────────────── django-storages==1.14.4 boto3==1.36.13 # ─── Search ─────────────────────────────────────────────────────────────────── django-watson==1.6.3 # ─── Excel Export ───────────────────────────────────────────────────────────── openpyxl==3.1.5 xlsxwriter==3.2.0 # ─── Security ───────────────────────────────────────────────────────────────── django-ratelimit==4.1.0 cryptography==44.0.0 # ─── Utils ──────────────────────────────────────────────────────────────────── python-decouple==3.8 python-dateutil==2.9.0 Markdown==3.7 django-countries==7.6.1 phonenumbers==8.13.52 django-health-check==3.24.0 psutil==7.2.2