From: TuringVerified Date: Tue, 1 Apr 2025 05:36:46 +0000 (+0530) Subject: Add mkdocstrings extra X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/896a1c9d1243e2d204a8cd5cc1069e40b9430e18?hp=-c Add mkdocstrings extra --- 896a1c9d1243e2d204a8cd5cc1069e40b9430e18 diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index 9ade7916..709f9b7d 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -69,9 +69,9 @@ To set up the virtual environment with all necessary packages run: ```sh virtualenv ~/nominatim-dev-venv ~/nominatim-dev-venv/bin/pip install\ - psutil psycopg[binary] PyICU SQLAlchemy \ + psutil 'psycopg[binary]' PyICU SQLAlchemy \ python-dotenv jinja2 pyYAML behave \ - mkdocs mkdocstrings mkdocs-gen-files pytest pytest-asyncio flake8 \ + mkdocs 'mkdocstrings[python]' mkdocs-gen-files pytest pytest-asyncio flake8 \ types-jinja2 types-markupsafe types-psutil types-psycopg2 \ types-pygments types-pyyaml types-requests types-ujson \ types-urllib3 typing-extensions unicorn falcon starlette \