X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4da4cbfe27a576ae011430b2de205c74435e241b..refs/heads/master:/packaging/nominatim-db/pyproject.toml diff --git a/packaging/nominatim-db/pyproject.toml b/packaging/nominatim-db/pyproject.toml index 69b863c2..8604ac3d 100644 --- a/packaging/nominatim-db/pyproject.toml +++ b/packaging/nominatim-db/pyproject.toml @@ -1,11 +1,13 @@ [project] name = "nominatim-db" +version = "4.5.0.post8" description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Database backend." 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,20 +16,21 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "psycopg2-binary", - "python-dotenv", - "jinja2", - "pyYAML>=5.1", - "datrie", - "psutil", - "PyICU" + "psycopg[binary]==3.2.3", + "python-dotenv==1.0.1", + "jinja2==3.1.4", + "pyYAML==6.0.2", + "datrie==0.8.2", + "psutil==6.1.0", + "PyICU==2.14", + "osmium==4.0.2", ] -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"]