From 0902e250d360479bbe1c105c7224158bb1434b81 Mon Sep 17 00:00:00 2001 From: nizzan Date: Fri, 3 Feb 2017 12:08:52 +0700 Subject: [PATCH] Update pip packages during auth update (#681) --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 2aca52e4..6ec2e407 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ -pip install -r requirements.txt +pip install --upgrade -r requirements.txt python manage.py migrate yes yes | python manage.py collectstatic python manage.py shell < run_alliance_corp_update.py