# Backend deps for Python 3.12 (cPanel target). # Mirrors pyproject.toml. Update both when bumping versions. # Core Django + DRF Django>=6.0.4,<6.1 django-cors-headers>=4.9.0 djangorestframework>=3.17.1 drf-spectacular>=0.29.0 # Channels / WebSockets channels>=4.0.0 channels-redis>=4.2.0 daphne>=4.1.0 # Auth brute-force protection django-axes>=7.0.0 # AWS (Rekognition for HR face match) boto3>=1.35.0 # PDF / images Pillow>=12.2.0 pikepdf>=10.0.0 # Excel openpyxl>=3.1.5 # Utilities uuid7>=0.1.0 python-dotenv>=1.0.1 requests>=2.33.1 # Crypto (chat E2E key escrow + sealed-box) pynacl>=1.6.2 # Database driver (MySQL on cPanel; sqlite for local dev) pymysql>=1.1.0 # Static + media file serving via WSGI (no Apache alias needed) whitenoise>=6.7.0