Skip to content

Commit d77577b

Browse files
committed
fix psycopg deps
1 parent c028bfb commit d77577b

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires-python = ">=3.12"
77
dependencies = [
88
"flask>=3.0.3",
99
"gunicorn>=23.0.0",
10-
"psycopg>=3.2.3",
10+
"psycopg[binary]>=3.2.3",
1111
"python-dotenv>=1.0.1",
1212
]
1313

uv.lock

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

0 commit comments

Comments
 (0)