From c79af4b67591b8e80190d4485aafa9f2b7950994 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Wed, 5 Oct 2022 08:07:34 +0100 Subject: [PATCH] Install postgres pip package --- borgweb/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgweb/setup.sh b/borgweb/setup.sh index 9566d4f..c8db89d 100644 --- a/borgweb/setup.sh +++ b/borgweb/setup.sh @@ -35,7 +35,7 @@ print_action "Installing pip packages, this may take a while..." # install required pip packages yes | python -m pip install --upgrade wheel -yes | python -m pip install django gunicorn django-libsass django-compressor django-axes django-redis +yes | python -m pip install django gunicorn django-libsass django-compressor django-axes django-redis psycopg2-binary print_action "Setting up static files and database"