From 6381ce544eed284dc655e6868ff3918c72812b77 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 b85f91f7..39856618 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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