summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall/ishtar-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ishtar-install b/install/ishtar-install
index aaf61893b..d43fc708a 100755
--- a/install/ishtar-install
+++ b/install/ishtar-install
@@ -349,7 +349,7 @@ EOF
( set -x; $sh_c 'sleep 3; apt-get install -t jessie-backports -y -q python python-django\
python-django-registration python-cffi' )
( set -x; $sh_c 'sleep 3; apt-get install -y -q \
- python-bs4 libpangocairo-1.0-0 \
+ python-bs4 libpangocairo-1.0-0 pandoc \
python-tidylib python-lxml python-imaging python-html5lib \
python-psycopg2 python-gdal gettext python-unicodecsv memcached \
python-django-extra-views python-memcache python-dbf python-markdown python-unidecode' )
@@ -413,7 +413,7 @@ EOF
( set -x; $sh_c 'sleep 3; apt-get install -t stretch-backports -y -q python-django' )
( set -x; $sh_c 'sleep 3; apt-get install -y -q \
python-django-registration libpangocairo-1.0-0 python-requests \
- python-bs4 python-cffi python-django-compressor \
+ python-bs4 python-cffi python-django-compressor pandoc \
python-tidylib python-lxml python-imaging python-html5lib \
python-psycopg2 python-gdal gettext python-unicodecsv memcached \
python-django-extra-views python-memcache python-dbf python-markdown \