Django==5.0.2 djangorestframework==3.14.0 python-dotenv==1.0.1 djangorestframework-simplejwt==5.3.1 django-cors-headers==4.3.1 requests==2.31.0 # Production server gunicorn==21.2.0 # Database pymysql==1.1.0 # MySQL driver for Django (supports MySQL 5.7+) # Note: mysqlclient requires MySQL 8.0.11+, use pymysql for MySQL 5.7 # Celery for background tasks celery==5.3.4 redis==5.0.1 # django-celery-beat removed - not compatible with Django 5.0 # Use celery-beat standalone instead (already included with celery) # Firebase for push notifications firebase-admin==6.4.0 # Report generation openpyxl==3.1.2 reportlab==4.0.7