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"