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
#