Skip to content

Commit

Permalink
Merge pull request #663 from vintasoftware/td/psycopg
Browse files Browse the repository at this point in the history
Replace `psycopg2` with `psycopg`
  • Loading branch information
fjsj authored May 20, 2024
2 parents 77e310c + 516e5cc commit 7034cf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Also, includes a Render.com `render.yaml` and a working Django `production.py` s
- `django-js-reverse` for easy handling of Django URLs on JS
- `django-upgrade` for automatically upgrading Django code to the target version on pre-commit
- `django-guid` for adding a unique correlation ID to log messages from Django requests
- `psycopg2` for using PostgreSQL database
- `psycopg` for using PostgreSQL database
- `sentry-sdk` for error monitoring
- `python-decouple` for reading environment variables on settings files
- `celery` for background worker tasks
Expand Down
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 7034cf7

Please sign in to comment.