forked from hans/Nominatim
add new geoalchemy requirement
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user