]> git.openstreetmap.org Git - nominatim.git/blobdiff - packaging/nominatim-db/pyproject.toml
port code to psycopg3
[nominatim.git] / packaging / nominatim-db / pyproject.toml
index 652f683f095e6bbeec5fcd718ab8c267538b21f9..112f5a297002f2fc72ace65c58f9bcf39fcc191b 100644 (file)
@@ -15,7 +15,7 @@ classifiers = [
     "Operating System :: OS Independent",
 ]
 dependencies = [
-    "psycopg2-binary",
+    "psycopg[pool]",
     "python-dotenv",
     "jinja2",
     "pyYAML>=5.1",