From ff2944fee984c0d3952e6bdfe8f674b5e910426b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 25 Dec 2018 23:30:03 +0100 Subject: [PATCH] psycopg2 -> psycopg2-binary --- src/requirements/postgres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/postgres.txt b/src/requirements/postgres.txt index 658130bb..37ec460f 100644 --- a/src/requirements/postgres.txt +++ b/src/requirements/postgres.txt @@ -1 +1 @@ -psycopg2 +psycopg2-binary