X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4da4cbfe27a576ae011430b2de205c74435e241b..9659afbade47d1ec6d5359b2b21e1e874516ed80:/packaging/nominatim-db/pyproject.toml diff --git a/packaging/nominatim-db/pyproject.toml b/packaging/nominatim-db/pyproject.toml index 69b863c2..112f5a29 100644 --- a/packaging/nominatim-db/pyproject.toml +++ b/packaging/nominatim-db/pyproject.toml @@ -5,7 +5,8 @@ readme = "README.md" requires-python = ">=3.7" license = 'GPL-3.0-or-later' maintainers = [ - { name = "Sarah Hoffmann", email = "lonvia@denofr.de" } + { name = "Sarah Hoffmann", email = "lonvia@denofr.de" }, + { name = "Marc Tobias", email = "mtmail-cpan@gmx.net" } ] keywords = [ "geocoding", "OpenStreetMap", "search" ] classifiers = [ @@ -14,7 +15,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "psycopg2-binary", + "psycopg[pool]", "python-dotenv", "jinja2", "pyYAML>=5.1", @@ -26,8 +27,9 @@ dynamic = ["version"] [project.urls] Homepage = "https://nominatim.org" -Issues = "https://github.com/osm-search/Nominatim/issues" Documentation = "https://nominatim.org/release-docs/latest/" +Issues = "https://github.com/osm-search/Nominatim/issues" +Repository = "https://github.com/osm-search/Nominatim" [build-system] requires = ["hatchling"]