]> git.openstreetmap.org Git - nominatim.git/blobdiff - packaging/nominatim-db/pyproject.toml
Merge pull request #3532 from lonvia/refresh-docs
[nominatim.git] / packaging / nominatim-db / pyproject.toml
index 11018b1efdfd78cd92e6dbb797bae2806f4f653e..841845f036f20e3ad5db19ba9f8c62fcfe44b4c4 100644 (file)
@@ -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",
     "python-dotenv",
     "jinja2",
     "pyYAML>=5.1",