add new geoalchemy requirement

This commit is contained in:
Sarah Hoffmann
2023-01-27 09:15:06 +01:00
parent 2e9090d121
commit 7f5fbe1dc7
4 changed files with 5 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
# Some of the Python packages that come with Ubuntu 20.04 are too old, so
# install the latest version from pip:
pip3 install --user sqlalchemy asyncpg
pip3 install --user sqlalchemy GeoAlchemy2 asyncpg
#

View File

@@ -29,7 +29,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS:
php-cli php-pgsql php-intl libicu-dev python3-dotenv \
python3-psycopg2 python3-psutil python3-jinja2 \
python3-icu python3-datrie python3-sqlalchemy \
python3-asyncpg git
python3-geoalchemy2 python3-asyncpg git
#
# System Configuration