]> git.openstreetmap.org Git - nominatim.git/blobdiff - packaging/nominatim-api/pyproject.toml
release 5.0.0.post5
[nominatim.git] / packaging / nominatim-api / pyproject.toml
index ca86f8a7e04be80dfe9d6e13158da6e3c39451dc..95454bd99e1644ae68be956e2bcabd49a7c15670 100644 (file)
@@ -1,5 +1,6 @@
 [project]
 name = "nominatim-api"
+version = "5.0.0.post5"
 description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Search library."
 readme = "README.md"
 requires-python = ">=3.7"
@@ -15,13 +16,11 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "python-dotenv",
-    "pyYAML>=5.1",
-    "SQLAlchemy>=1.4.31",
-    "psycopg",
-    "PyICU"
+    "SQLAlchemy==2.0.38",
+    "falcon==4.0.2",
+    "uvicorn==0.34.0",
+    "gunicorn==23.0.0"
 ]
-dynamic = ["version"]
 
 [project.urls]
 Homepage = "https://nominatim.org"