# Core Django Framework Django==4.2.7 # MongoDB Integration (using mongoengine instead of djongo) mongoengine==0.27.0 pymongo==4.6.1 # Django REST Framework for API development djangorestframework==3.14.0 djangorestframework-simplejwt==5.3.0 # CORS Headers (for mobile app communication) django-cors-headers==4.3.1 # Email Backend django-ses==3.5.0 # Environment Variables Management python-decouple==3.8 # MySQL driver (pure Python — see business_platform/__init__.py for why, # used only when DB_ENGINE=mysql; local dev keeps using SQLite) PyMySQL==1.1.0 # Password Hashing (Django includes this, but explicit for learning) bcrypt==4.1.2 # Google OAuth google-auth==2.25.2 google-auth-oauthlib==1.2.0 google-auth-httplib2==0.2.0 # Sign in with Apple (identity token verification) PyJWT==2.10.1 cryptography==42.0.5 # Firebase Admin SDK (for notifications) firebase-admin==6.3.0 # Image Processing Pillow==10.1.0 # Utilities pytz==2023.3 requests==2.31.0 # Production Server gunicorn==21.2.0 # PDF generation (invoices) reportlab==4.2.5 whitenoise==6.7.0