Skip to content

Commit

Permalink
Merge PR #201 from WayneLambert/update-to-psycopg3
Browse files Browse the repository at this point in the history
Update to psycopg3
  • Loading branch information
WayneLambert authored Dec 11, 2023
2 parents 858331f + fb5f5df commit 9ac2dbc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 77 deletions.
94 changes: 18 additions & 76 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ django-filter = "23.5"
django-tinymce = "3.6.1"
django-bootstrap4 = "23.2"
django-two-factor-auth = "^1.15.5"
psycopg2-binary = "2.9.9"
gunicorn = "^21.2.0"
whitenoise = "6.6.0"
requests = "2.31.0"
Expand All @@ -36,6 +35,7 @@ django-encrypted-model-fields = "0.6.5"
dj-database-url = "^2.1.0"
rich = "13.7.0"
crispy-bootstrap4 = "^2023.1"
psycopg = "^3.1.14"

[tool.poetry.group.dev.dependencies]
django-debug-toolbar = "4.2.0"
Expand Down

0 comments on commit 9ac2dbc

Please sign in to comment.