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
frenzymadness committed Aug 4, 2020
1 parent a33a1e9 commit 6381ce5
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,7 +1,7 @@
Django>=2.2.12,<3.0
django-debug-toolbar==2.2
gunicorn==20.0.4
psycopg2==2.8.5
psycopg2-binary==2.8.5
pytz==2020.1
sqlparse==0.3.1
whitenoise==5.1.0

0 comments on commit 6381ce5

Please sign in to comment.