X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/1a0e8f810b6c8cb101d5c28933ba683c696eb6ea..cc7646665c5f88537acc0dc09510531af97177ad:/docs/develop/Development-Environment.md diff --git a/docs/develop/Development-Environment.md b/docs/develop/Development-Environment.md index 7284e99e..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-ujson 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