]> git.openstreetmap.org Git - nominatim.git/blobdiff - packaging/nominatim-db/pyproject.toml
release 4.5.0.post6
[nominatim.git] / packaging / nominatim-db / pyproject.toml
index 841845f036f20e3ad5db19ba9f8c62fcfe44b4c4..17065eb6d0014e42e7ddeda495066018b1304e33 100644 (file)
@@ -1,5 +1,6 @@
 [project]
 name = "nominatim-db"
+version = "4.5.0.post6"
 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 = [
-    "psycopg",
-    "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"