From 565e33a752b53f4c2ed384e9952f0238d05e5f5a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 8 Mar 2018 14:02:18 +0100 Subject: Comment banckground task dependecies - not mandatory (refs #3951) --- install/ishtar-install | 14 ++++++++------ requirements.txt | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/install/ishtar-install b/install/ishtar-install index e79afc138..7a41f4e8e 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -376,9 +376,10 @@ EOF cecho y "Installing python-virtualtime" echo ""; ( set -x; $sh_c 'pip install virtualtime==1.6' ) - cecho y "Installing python-django-background-tasks" - echo ""; - ( set -x; $sh_c 'pip install django-background-tasks==1.1.11' ) + ## not mandatory + # cecho y "Installing python-django-background-tasks" + # echo ""; + #( set -x; $sh_c 'pip install django-background-tasks==1.1.11' ) fi @@ -429,9 +430,10 @@ EOF cecho y "Installing python-virtualtime" echo ""; ( set -x; $sh_c 'pip install virtualtime==1.6' ) - cecho y "Installing python-django-background-tasks" - echo ""; - ( set -x; $sh_c 'pip install django-background-tasks==1.1.11' ) + ## not mandatory + # cecho y "Installing python-django-background-tasks" + # echo ""; + #( set -x; $sh_c 'pip install django-background-tasks==1.1.11' ) fi ;; diff --git a/requirements.txt b/requirements.txt index a6bdfa2e8..4ec0797fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ html5lib==0.999999999 dbf==0.96.003 python-memcached==1.57 unicodecsv==0.14.1 -django-background-tasks==1.1.11 +# django-background-tasks==1.1.11 ## not mandatory pytidylib==0.2.1 lxml==3.4.0 -- cgit v1.2.3