]> git.openstreetmap.org Git - nominatim.git/blobdiff - packaging/nominatim-db/pyproject.toml
release 5.0.0post3
[nominatim.git] / packaging / nominatim-db / pyproject.toml
index 652f683f095e6bbeec5fcd718ab8c267538b21f9..214c5fd4833e44b02d07b75cd6adfb82d33c92a4 100644 (file)
@@ -1,5 +1,6 @@
 [project]
 name = "nominatim-db"
+version = "5.0.0.post3"
 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"
@@ -15,15 +16,15 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "psycopg2-binary",
-    "python-dotenv",
-    "jinja2",
-    "pyYAML>=5.1",
-    "datrie",
-    "psutil",
-    "PyICU"
+    "psycopg[binary]==3.2.4",
+    "python-dotenv==1.0.1",
+    "jinja2==3.1.5",
+    "pyYAML==6.0.2",
+    "datrie==0.8.2",
+    "psutil==7.0.0",
+    "PyICU==2.14",
+    "osmium==4.0.2",
 ]
-dynamic = ["version"]
 
 [project.urls]
 Homepage = "https://nominatim.org"
@@ -44,6 +45,7 @@ include = [
     "src/nominatim_db",
     "scripts",
     "lib-sql/**/*.sql",
+    "lib-lua/**/*.lua",
     "settings",
     "data/words.sql",
     "extra_src/nominatim_db/paths.py"
@@ -65,6 +67,7 @@ packages = ["src/nominatim_db"]
 
 [tool.hatch.build.targets.wheel.force-include]
 "lib-sql" = "nominatim_db/resources/lib-sql"
+"lib-lua" = "nominatim_db/resources/lib-lua"
 "settings" = "nominatim_db/resources/settings"
 "data/country_osm_grid.sql.gz" = "nominatim_db/resources/country_osm_grid.sql.gz"
 "data/words.sql" = "nominatim_db/resources/words.sql"