Skip to content

Commit 459e550

Browse files
committed
fix(requirements): remove psycopg2 from requirements
apparently, since version 2.8, psycopg2 does not install the binary version by default (read source), and hence fails on setup with the error: Error: pg_config executable not found since nobody can really be arsed to compile this binary on their own, we'll stick to using psycopg2-binary instead. source: https://www.postgresql.org/message-id/CA%2Bmi_8bd6kJHLTGkuyHSnqcgDrJ1uHgQWvXCKQFD3tPQBUa2Bw%40mail.gmail.com Signed-off-by: Chinmay D. Pai <[email protected]>
1 parent 3ba9c2d commit 459e550

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ pdfkit==0.6.1
3535
Pillow==6.2.1
3636
premailer==3.6.1
3737
psycopg2-binary==2.8.4
38-
psycopg2==2.8.4
3938
pyasn1==0.4.7
4039
Pygments==2.2.0
4140
PyJWT==1.7.1
@@ -64,4 +63,4 @@ urllib3==1.25.7
6463
watchdog==0.8.0
6564
Werkzeug==0.16.0
6665
xlrd==1.2.0
67-
zxcvbn-python==4.4.24
66+
zxcvbn-python==4.4.24

0 commit comments

Comments
 (0)