1
0
Fork 0
forked from sr2/cloud-api

fix: psycopg binary dependency

This commit is contained in:
Chris Milne 2026-06-08 15:04:13 +01:00
parent 8777ad2814
commit da8917869f
2 changed files with 26 additions and 3 deletions

View file

@ -22,7 +22,7 @@ dependencies = [
"itsdangerous>=2.2.0",
"jinja2>=3.1.6",
"joserfc>=1.6.7",
"psycopg>=3.3.4",
"psycopg[binary]>=3.3.4",
"pydantic>=2.13.4",
"pydantic-settings>=2.14.1",
"pytest>=9.0.3",