remove GeoAlchemy as dependency

This commit is contained in:
Sarah Hoffmann
2023-07-01 18:16:23 +02:00
parent 82216ebf8b
commit cc7646665c
4 changed files with 4 additions and 5 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 GeoAlchemy2 asyncpg
pip3 install --user sqlalchemy 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-geoalchemy2 python3-asyncpg git
python3-asyncpg git
#
# System Configuration