`psycopg2` is imported. It would be better to rely on it instead of requiring to install psql as additional dependency, in my opinion. https://github.com/kartoza/docker-osm/blob/f3452495f9ddeb71f40662d3447e71ba4dcf5120/docker-imposm/importer.py#L271
psycopg2is imported. It would be better to rely on it instead of requiring to install psql as additional dependency, in my opinion.docker-osm/docker-imposm/importer.py
Line 271 in f345249