From 408f831b215272f644848b88fd3bd1308c783c86 Mon Sep 17 00:00:00 2001 From: Roman Zimmermann Date: Thu, 14 May 2020 16:22:45 +0200 Subject: [PATCH] Depend on psycopg2-binary instead of psycopg2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 720cae0a..b1e68b59 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def read_file(filename): install_requires=[ 'Django >= 1.11.2', 'libsass', - 'psycopg2', + 'psycopg2-binary', 'PyYAML', 'Shapely', 'uk-postcode-utils',