From 29cdf300e3c505d3a8f83a569e1e456e98e15546 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 1 Jun 2018 17:33:29 +0200 Subject: [PATCH] Move psycopg2 to psycopg2-binary --- app/bin/app.sh | 1 - app/requirements.txt | 2 +- lib/mezzanine-organization | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/bin/app.sh b/app/bin/app.sh index 7d371299..2940bfb5 100755 --- a/app/bin/app.sh +++ b/app/bin/app.sh @@ -20,7 +20,6 @@ gid='www-data' # Install (staging) libs # /srv/bin/build/local/setup_lib.sh -# pip install -U setuptools # waiting for other services sh $app/bin/wait.sh diff --git a/app/requirements.txt b/app/requirements.txt index 2c2658cf..70fe320d 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ setuptools uwsgi mysqlclient -psycopg2 +psycopg2-binary \ No newline at end of file diff --git a/lib/mezzanine-organization b/lib/mezzanine-organization index 969b8d08..5d1c503c 160000 --- a/lib/mezzanine-organization +++ b/lib/mezzanine-organization @@ -1 +1 @@ -Subproject commit 969b8d08c2ea0c64c81391204a16092e22a5069e +Subproject commit 5d1c503cbe98adb06211c9e6e70073c18ebd90f9 -- 2.39.5