fix: Add scipy dependency and fix config for Docker deployment

- Add scipy==1.11.4 for A/B testing statistical analysis
- Add SMTP config fields and extra="ignore" to Settings
- Remove obsolete 'version' attribute from docker-compose.yml

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-28 03:29:38 +00:00
parent e2882ce72b
commit f458f809ca
4 changed files with 32 additions and 3 deletions

View File

@@ -6,7 +6,28 @@
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit -m \"$\\(cat <<''EOF''\nImplementación inicial del sistema de automatización de redes sociales\n\n- Estructura completa del proyecto con FastAPI\n- Modelos de base de datos \\(productos, servicios, posts, calendario, interacciones\\)\n- Publishers para X, Threads, Instagram, Facebook\n- Generador de contenido con DeepSeek API\n- Worker de Celery con tareas programadas\n- Dashboard básico con templates HTML\n- Docker Compose para despliegue\n- Documentación completa\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\nEOF\n\\)\")",
"Bash(git config:*)"
"Bash(git config:*)",
"Bash(curl:*)",
"Bash(git branch:*)",
"Bash(git remote add:*)",
"Bash(git push:*)",
"Bash(python3:*)",
"Bash(source:*)",
"Bash(pip install:*)",
"Bash(apt-get update:*)",
"Bash(apt-get install:*)",
"Bash(docker:*)",
"Bash(git commit:*)",
"Bash(python:*)",
"Bash(chmod:*)",
"Bash(grep:*)",
"Bash(ls:*)",
"Bash(whereis:*)",
"Bash(install:*)",
"Bash(tee:*)",
"Bash(systemctl start:*)",
"Bash(systemctl enable:*)",
"Bash(systemctl is-enabled:*)"
]
}
}