chore(backend): enable psycopg binary dependency

This commit is contained in:
Piotr Oleszczyk 2026-03-04 21:46:38 +01:00
parent 693c6a9626
commit c869f88db2
2 changed files with 48 additions and 3 deletions

View file

@ -8,7 +8,7 @@ dependencies = [
"alembic>=1.14",
"fastapi>=0.132.0",
"google-genai>=1.65.0",
"psycopg>=3.3.3",
"psycopg[binary]>=3.3.3",
"python-dotenv>=1.2.1",
"python-multipart>=0.0.22",
"sqlmodel>=0.0.37",