Skip to content

Commit

Permalink
Add psycopg[pool] to api
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Dec 2, 2024
1 parent 64e1098 commit 5cd765b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
33 changes: 32 additions & 1 deletion api/pdm.lock

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

2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [
"future >=1, <1.1",
"limit >=0.2.3, <0.3",
"pillow >=11, <12",
"psycopg >=3.1.18, <4",
"psycopg[pool]>=3.2.3",
"python-decouple >=3.8, <4",
"python-xmp-toolkit >=2.0.2, <3",
"sentry-sdk >=2.18, <3",
Expand Down

0 comments on commit 5cd765b

Please sign in to comment.