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
#