# ============================================================ # Requirements — Catálogo Web Dra. Mariela Moreno Autie # ============================================================ # Django Core Django==4.2.16 gunicorn==23.0.0 # Base de Datos PyMySQL==1.1.2 # Configuración python-decouple==3.8 python-dotenv==1.0.1 # Redis & Caché (opcional en cPanel) django-redis==5.4.0 redis==5.2.1 # Celery (tareas asíncronas) celery==5.4.0 django-celery-beat==2.6.0 django-celery-results==2.5.1 # REST API djangorestframework==3.15.2 djangorestframework-simplejwt==5.5.1 django-cors-headers==4.6.0 django-filter==24.3 drf-spectacular==0.29.0 # Seguridad django-csp==3.8 django-ratelimit==4.1.0 # Reportes reportlab==4.2.5 openpyxl==3.1.5 # HTTP Client (WhatsApp API) requests==2.32.3 # Seguridad — Argon2 password hashing argon2-cffi==23.1.0 # Imágenes Pillow==11.1.0 # Utilidades django-extensions==3.2.3 django-cleanup==9.0.0 whitenoise==6.8.2 # Testing pytest==8.3.4 pytest-django==4.9.0 pytest-cov==6.0.0 factory-boy==3.3.1 # Linting flake8==7.1.1 black==24.10.0 isort==5.13.2