add new jinja2 requirement

This commit is contained in:
Sarah Hoffmann
2021-03-03 17:48:14 +01:00
parent d2bd6aa78d
commit 6cda021d9b
6 changed files with 6 additions and 5 deletions

View File

@@ -42,7 +42,7 @@
python3-pip python3-setuptools python3-devel \
expat-devel zlib-devel
pip3 install --user psycopg2 python-dotenv psutil
pip3 install --user psycopg2 python-dotenv psutil Jinja2
#

View File

@@ -35,7 +35,7 @@
python3-pip python3-setuptools python3-devel \
expat-devel zlib-devel
pip3 install --user psycopg2 python-dotenv psutil
pip3 install --user psycopg2 python-dotenv psutil Jinja2
#

View File

@@ -30,7 +30,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
postgresql-server-dev-10 postgresql-10-postgis-2.4 \
postgresql-contrib-10 postgresql-10-postgis-scripts \
php php-pgsql php-intl python3-pip \
python3-psycopg2 python3-psutil git
python3-psycopg2 python3-psutil python3-jinja2 git
# The python-dotenv package that comes with Ubuntu 18.04 is too old, so
# install the latest version from pip:

View File

@@ -33,7 +33,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
postgresql-server-dev-12 postgresql-12-postgis-3 \
postgresql-contrib-12 postgresql-12-postgis-3-scripts \
php php-pgsql php-intl python3-dotenv \
python3-psycopg2 python3-psutil git
python3-psycopg2 python3-psutil python3-jinja2 git
#
# System Configuration