]> git.openstreetmap.org Git - nominatim.git/commit
import requests library later than osmium
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 19 Aug 2024 14:36:09 +0000 (16:36 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 19 Aug 2024 14:36:09 +0000 (16:36 +0200)
commitfd9437277e14e1911b2c011fb7dabf6fcbb2d8c4
treed737a40134912fe32f0a9a6e570f52826623420f
parent968f1cd45393015975e658fc6b70065a3bfd3c94
import requests library later than osmium

requests will usually be pulled in by osmium and is therefore not
a direct dependency of nominatim. Make sure it is only used, when
osmium is present.
src/nominatim_db/tools/replication.py