From e43f521bf676c6c8aed7b0effc568afa4b3e7a70 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 4 Aug 2020 12:57:06 +0200 Subject: [PATCH] Move from psycopg2 to psycopg2-binary to use manylinux wheels For more details, see https://github.com/psycopg/psycopg2/issues/674 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43b1598..8b9b104 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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