remove datrie dependency

This commit is contained in:
Sarah Hoffmann
2025-02-18 21:12:02 +01:00
parent 13db4c9731
commit 18d4996bec
3 changed files with 1 additions and 3 deletions

View 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 \