Skip to content

Commit

Permalink
Add psycopg[pool] to api
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystle Salazar committed Dec 18, 2024
1 parent a048c41 commit d2cfcaf
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
32 changes: 31 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.19, <3",
Expand Down

0 comments on commit d2cfcaf

Please sign in to comment.