Skip to content

Commit

Permalink
Switch back to psycopg2 and update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DeD1rk committed Nov 15, 2024
1 parent 3637391 commit 4eeb8f0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 51 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = {file = "LICENSE.md"}
requires-python = ">=3.13,<3.14"

dependencies = [
"Django==5.1.1",
"Django==5.1.2",
"django-localflavor==4.0",
"djangorestframework==3.15.2",
"django-ical==1.9.2",
Expand Down Expand Up @@ -39,7 +39,7 @@ dependencies = [
"google-api-python-client==2.118.0",
"sentry-sdk~=2.12.0",
"beautifulsoup4~=4.11.1",
"boto3==1.34.149",
"boto3==1.35.62",
"gunicorn==22.0.0",
"qrcode[pil]~=7.4.2",
"freezegun==1.5.1",
Expand All @@ -48,7 +48,7 @@ dependencies = [
"inflection~=0.5.1",
"uritemplate~=4.1.1",
"puremagic~=1.27",
"psycopg[binary]~=3.2.3",
"psycopg2==2.9.10"
]

[dependency-groups]
Expand Down
67 changes: 19 additions & 48 deletions uv.lock

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

0 comments on commit 4eeb8f0

Please sign in to comment.