# Core Django Django==4.2.27 djangorestframework==3.14.0 django-cors-headers==4.3.1 # Database psycopg2-binary==2.9.9 dj-database-url==2.1.0 # Authentication & Security django-allauth==65.0.2 djangorestframework-simplejwt==5.3.1 django-crispy-forms==2.3 crispy-bootstrap5==2024.10 # Payment Integration stripe==7.8.0 razorpay==1.4.2 # Image Processing Pillow==10.1.0 django-imagekit==5.0.0 # AI & Machine Learning openai==1.3.7 langchain==0.1.0 anthropic==0.8.1 scikit-learn==1.3.2 pandas==2.1.4 numpy==1.26.2 # Celery for Async Tasks celery==5.3.4 redis==5.0.1 django-redis==5.4.0 # Email django-anymail==10.2 # API Documentation drf-yasg==1.21.7 # Utilities python-dotenv==1.0.0 django-filter==23.5 django-import-export==3.3.5 # Production Server gunicorn==21.2.0 whitenoise==6.6.0 setuptools<81 # Monitoring sentry-sdk==1.39.1