]> git.openstreetmap.org Git - nominatim.git/commitdiff
remove datrie dependency
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 18 Feb 2025 20:12:02 +0000 (21:12 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 24 Feb 2025 09:24:21 +0000 (10:24 +0100)
docs/admin/Installation.md
docs/develop/Development-Environment.md
packaging/nominatim-db/pyproject.toml

index d837439936ac2162b5001f5a1b70ff07d97ad1c1..2571de5d953814c045f22be26024357ecd084593 100644 (file)
@@ -37,7 +37,6 @@ Furthermore the following Python libraries are required:
   * [Jinja2](https://palletsprojects.com/p/jinja/)
   * [PyICU](https://pypi.org/project/PyICU/)
   * [PyYaml](https://pyyaml.org/) (5.1+)
-  * [datrie](https://github.com/pytries/datrie)
 
 These will be installed automatically when using pip installation.
 
index 2425ec78c9315cbd5e83ca2391e9e84decbf2452..9ade79162f853bc8c15ba61a3c45cffdaaf75c5f 100644 (file)
@@ -70,7 +70,7 @@ To set up the virtual environment with all necessary packages run:
 virtualenv ~/nominatim-dev-venv
 ~/nominatim-dev-venv/bin/pip install\
     psutil psycopg[binary] PyICU SQLAlchemy \
-    python-dotenv jinja2 pyYAML datrie behave \
+    python-dotenv jinja2 pyYAML behave \
     mkdocs mkdocstrings mkdocs-gen-files pytest pytest-asyncio flake8 \
     types-jinja2 types-markupsafe types-psutil types-psycopg2 \
     types-pygments types-pyyaml types-requests types-ujson \
index c34ce937ea6fb457bb5d05d86600ecf02d885f41..3c99fd2a1c9ca67cc0a6e0862143842c56cd64f3 100644 (file)
@@ -19,7 +19,6 @@ dependencies = [
     "python-dotenv",
     "jinja2",
     "pyYAML>=5.1",
-    "datrie",
     "psutil",
     "PyICU"
 ]