chore(backend): enable psycopg binary dependency
This commit is contained in:
parent
693c6a9626
commit
c869f88db2
2 changed files with 48 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue