Skip to content

Commit

Permalink
Move from psycopg2 to psycopg2-binary to use manylinux wheels
Browse files Browse the repository at this point in the history
For more details, see psycopg/psycopg2#674
  • Loading branch information
VV-YY committed Aug 4, 2020
1 parent f824cad commit 2f5d04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
django>=1.11,<1.12
django-debug-toolbar==1.8
gunicorn==19.5.0
psycopg2==2.7.3.1
psycopg2-binary==2.7.3.2
whitenoise==3.3.1

0 comments on commit 2f5d04c

Please sign in to comment.