Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
docker: stick to psycopg2 rather than psycopg2-binary
Browse files Browse the repository at this point in the history
We've ran into the SCRAM authentication error thing on our Macbook
M1/2, so use the simplest workaround that seems to work:

psycopg/psycopg2#1360 (comment)
  • Loading branch information
freesteph authored and mjeammet committed Apr 25, 2023
1 parent d1a300b commit 5d0e682
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pre-commit==2.20.0
flake8==5.0.4
black==22.8.0
isort==5.12.0
psycopg2-binary==2.9.5
psycopg2==2.9.5
django-referrer-policy==1.0
django-csp==3.7
django-csp==3.7

0 comments on commit 5d0e682

Please sign in to comment.