Skip to content

Commit

Permalink
Replace psycopg2 for psycopg due to Django support recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed May 20, 2024
1 parent e988863 commit 2864c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ django-import-export = "^3.3.5"
djangorestframework = "^3.14.0"
django-debreach = "^2.1.0"
python-decouple = "^3.8"
psycopg2 = "^2.9.9"
psycopg = "^3.1.19"
brotlipy = "^0.7.0"
django-log-request-id = "^2.1.0"
dj-database-url = "^2.1.0"
Expand Down

0 comments on commit 2864c58

Please sign in to comment.