diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-12 17:47:56 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-07-12 17:47:56 +0200 |
commit | 8f31212d241870c33416f2b743592de8fa1d74e0 (patch) | |
tree | ed184fa6e4ea7b90928beb85f7b33588e9a33d40 /install | |
parent | 053001be8bd56573016b7d8d92da557522365a16 (diff) | |
download | Ishtar-8f31212d241870c33416f2b743592de8fa1d74e0.tar.bz2 Ishtar-8f31212d241870c33416f2b743592de8fa1d74e0.zip |
Base public serializer
Diffstat (limited to 'install')
-rwxr-xr-x | install/ishtar-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ishtar-install b/install/ishtar-install index 82e31d002..050e340a8 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -468,7 +468,7 @@ EOF ( set -x; $sh_c 'sleep 3; apt-get install -y -q \ libpangocairo-1.0-0 python3-requests \ python3-bs4 python3-cffi pandoc libjs-jquery graphviz \ - python3-xmltodict \ + python3-xmltodict python3-djangorestframework \ python3-tidylib python3-lxml python3-imaging python3-html5lib \ python3-psycopg2 python3-gdal gettext memcached \ python3-memcache python3-dbf python3-markdown \ |