From aea108704a10360610157db6ecd19fae29881ca4 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@freedombone.net>
Date: Sat, 30 Jun 2018 11:27:14 +0100
Subject: [PATCH] Sequence of package installation

---
 src/freedombone-app-babybuddy | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/freedombone-app-babybuddy b/src/freedombone-app-babybuddy
index 2fc2be8f8..1205b0b6b 100755
--- a/src/freedombone-app-babybuddy
+++ b/src/freedombone-app-babybuddy
@@ -307,8 +307,9 @@ function install_babybuddy {
          pipenv django djangorestframework django-filter \
          django-widget-tweaks plotly pandas faker \
          dj-database-url gunicorn whitenoise \
-         psycopg2-binary easy-thumbnails python-dotenv \
-         django-storages boto3 coveralls flake8 ipaddress
+         easy-thumbnails python-dotenv \
+         django-storages boto3 coveralls flake8 ipaddress \
+         psycopg2-binary
 
     if ! npm install -g gulp-cli; then
         exit 3468365
-- 
GitLab