Files
social-media-automation/requirements.txt
Consultoría AS f458f809ca 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>
2026-01-28 03:29:38 +00:00

52 lines
751 B
Plaintext

# FastAPI y servidor
fastapi==0.109.0
uvicorn[standard]==0.27.0
python-multipart==0.0.6
# Base de datos
sqlalchemy==2.0.25
psycopg2-binary==2.9.9
alembic==1.13.1
# Celery y Redis
celery==5.3.6
redis==5.0.1
flower==2.0.1
# HTTP Client
httpx==0.26.0
aiohttp==3.9.1
# APIs de Redes Sociales
tweepy==4.14.0 # X/Twitter
# IA
openai==1.10.0 # Compatible con DeepSeek API
# Imágenes
Pillow==10.2.0
html2image==2.0.4.3
# Utilidades
python-dotenv==1.0.0
pydantic==2.5.3
pydantic-settings==2.1.0
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
# Estadísticas (A/B Testing)
scipy==1.11.4
# Templates HTML
jinja2==3.1.3
# Testing
pytest==7.4.4
pytest-asyncio==0.23.3
pytest-cov==4.1.0
# Desarrollo
black==24.1.1
isort==5.13.2
flake8==7.0.0