X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a1d4e53eb80d5f49ded375d7197f25bb3f7c982d..d42e2e391f1e0ac252f8251561d984a72bd3b1ff:/docs/develop/Development-Environment.md diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index 4c678aa6..d0369ea1 100644 --- a/docs/develop/Development-Environment.md +++ b/docs/develop/Development-Environment.md @@ -41,7 +41,6 @@ It has the following additional requirements: For testing the Python search frontend, you need to install extra dependencies depending on your choice of webserver framework: -* [sanic-testing](https://sanic.dev/en/plugins/sanic-testing/getting-started.html) (sanic only) * [httpx](https://www.python-httpx.org/) (starlette only) * [asgi-lifespan](https://github.com/florimondmanca/asgi-lifespan) (starlette only) @@ -65,8 +64,8 @@ sudo apt install php-cgi phpunit php-codesniffer \ pip3 install --user behave mkdocs mkdocstrings pytest pytest-asyncio pylint \ mypy types-PyYAML types-jinja2 types-psycopg2 types-psutil \ - types-ujosn types-requests typing-extensions\ - sanic-testing httpx asgi-lifespan + types-ujson types-requests types-Pygments typing-extensions\ + httpx asgi-lifespan ``` The `mkdocs` executable will be located in `.local/bin`. You may have to add