Skip to content

Commit

Permalink
fix psycopg deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmdlt committed Nov 2, 2024
1 parent c028bfb commit d77577b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"flask>=3.0.3",
"gunicorn>=23.0.0",
"psycopg>=3.2.3",
"psycopg[binary]>=3.2.3",
"python-dotenv>=1.0.1",
]

Expand Down
38 changes: 36 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d77577b

Please sign in to comment.