# Django and core dependencies Django==4.2.7 django-environ==0.11.2 python-decouple==3.8 psycopg2-binary==2.9.9 Pillow==10.1.0 # API and CORS djangorestframework==3.14.0 django-cors-headers==4.3.1 # Celery and Redis celery==5.3.4 redis==5.0.1 django-redis==5.4.0 django-celery-beat==2.5.0 django-celery-results==2.5.0 # Monitoring and Metrics django-prometheus==2.3.1 prometheus-client==0.19.0 # Authentication and Security django-allauth==0.57.0 PyJWT==2.8.0 cryptography==41.0.7 # Development tools django-debug-toolbar==4.2.0 django-extensions==3.2.3 # Testing pytest==7.4.3 pytest-django==4.7.0 pytest-cov==4.1.0 factory-boy==3.3.0 # Utilities requests==2.31.0 django-model-utils==4.3.1 django-filter==23.5 # Production server gunicorn==21.2.0 whitenoise==6.6.0 # Email django-anymail==10.2 # File handling django-storages==1.14.2 boto3==1.34.0