move to postgresql

This commit is contained in:
2026-03-26 10:27:07 -03:00
parent c9ba9e4f5f
commit a85722f96a
20 changed files with 800 additions and 234 deletions

View File

@@ -1,7 +1,6 @@
# Django
# Django (admin viewer only — no app code depends on this)
Django>=4.2,<5.0
django-environ>=0.11.2
psycopg2-binary>=2.9.9
# FastAPI
fastapi>=0.109.0
@@ -32,6 +31,10 @@ langfuse>=2.0.0
# Cloud LLM providers (only needed for cloud escalation stage)
anthropic>=0.40.0
# Database (SQLModel/SQLAlchemy + psycopg2)
sqlmodel>=0.0.14
psycopg2-binary>=2.9.9
# Detection pipeline orchestration
numpy>=1.24.0
Pillow>=10.0.0