]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Installation.md
remove support for sanic framework
[nominatim.git] / docs / admin / Installation.md
index e55e4b3752ea875f64367c02ce681b071044800a..61fc1bcee7c251a9072842466ba7398eb517f0f1 100644 (file)
@@ -67,9 +67,8 @@ For running the experimental Python frontend:
 
   * one of the following web frameworks:
     * [falcon](https://falconframework.org/) (3.0+)
-    * [sanic](https://sanic.dev) and (optionally) [sanic-cors](https://github.com/ashleysommer/sanic-cors)
     * [starlette](https://www.starlette.io/)
-  * [uvicorn](https://www.uvicorn.org/) (only with falcon and starlette framworks)
+  * [uvicorn](https://www.uvicorn.org/)
 
 For dependencies for running tests and building documentation, see
 the [Development section](../develop/Development-Environment.md).