# Core Django Django==4.2.7 djangorestframework==3.14.0 django-cors-headers==4.3.1 django-filter==23.4 django-extensions==3.2.3 # Database psycopg2-binary==2.9.9 dj-database-url==2.1.0 # Celery & Redis celery==5.3.4 redis==5.0.1 django-redis==5.4.0 # Environment python-decouple==3.8 # API & Authentication djangorestframework-simplejwt==5.3.0 # File handling pandas==2.1.3 openpyxl==3.1.2 Pillow==10.1.0 # Search (Optional - Phase 3) elasticsearch==8.11.0 elasticsearch-dsl==8.11.0 # Testing pytest==7.4.3 pytest-django==4.7.0 pytest-cov==4.1.0 factory-boy==3.3.0 # Code quality flake8==6.1.0 black==23.11.0 isort==5.12.0 # Documentation drf-spectacular==0.26.5 # Monitoring & Logging sentry-sdk==1.38.0 # Production server gunicorn==21.2.0 # AWS (if using) boto3==1.33.2 # Utils python-dateutil==2.8.2 pytz==2023.3