Skip to content

Commit 74aec37

Browse files
committed
backend: add psycopg dep required by auth-libs admin routes
1 parent faba6e2 commit 74aec37

2 files changed

Lines changed: 70 additions & 0 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies = [
1414
"asyncpg>=0.30.0",
1515
"alembic>=1.14.0",
1616
"psycopg2-binary>=2.9.0",
17+
"psycopg[binary]>=3.2.0",
1718
"hotosm-auth[fastapi]==0.2.11",
1819
]
1920

backend/uv.lock

Lines changed: 69 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)