saas-market-analysis-dubai/requirements.txt
2025-09-17 03:04:22 +05:30

55 lines
969 B
Plaintext

# Django and Core Dependencies
Django==4.2.7
djangorestframework==3.14.0
django-cors-headers==4.3.1
django-environ==0.11.2
django-extensions==3.2.3
django-filter==23.3
django-ratelimit==4.1.0
django-redis==5.4.0
django-celery-beat==2.5.0
django-celery-results==2.5.1
# Database
psycopg2-binary==2.9.7
django-timescaledb==0.1.0
# Authentication & Security
djangorestframework-simplejwt==5.3.0
cryptography==41.0.7
django-oauth-toolkit==1.7.1
django-ratelimit==4.1.0
# API Documentation
drf-spectacular==0.26.5
drf-spectacular-sidecar==2023.10.1
# Data Processing & Analytics
pandas==2.1.3
numpy==1.25.2
scikit-learn==1.3.2
prophet==1.1.4
plotly==5.17.0
openpyxl==3.1.2
reportlab==4.0.7
# Caching & Task Queue
redis==5.0.1
celery==5.3.4
# Monitoring & Logging
sentry-sdk==1.38.0
django-prometheus==2.3.1
# Development
pytest==7.4.3
pytest-django==4.7.0
factory-boy==3.3.0
black==23.11.0
flake8==6.1.0
isort==5.12.0
# Production
gunicorn==21.2.0
whitenoise==6.6.0