]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Installation.md
docs: extend dependency documentation
[nominatim.git] / docs / admin / Installation.md
index 73fb3daebc89f4f57cc61d947f231812f2484ab9..4d78fd1b67c9ca4ae339e4aa3a88276173445870 100644 (file)
@@ -61,6 +61,15 @@ For running continuous updates:
 
   * [pyosmium](https://osmcode.org/pyosmium/)
 
+For running the experimental Python frontend:
+
+  * [SQLAlchemy](https://www.sqlalchemy.org/) (1.4+ with greenlet support)
+  * one of the following web frameworks:
+    * [falcon](https://falconframework.org/) (3.0+)
+    * [sanic](https://sanic.dev)
+    * [starlette](https://www.starlette.io/)
+  * [uvicorn](https://www.uvicorn.org/) (only with falcon and starlette framworks)
+
 For dependencies for running tests and building documentation, see
 the [Development section](../develop/Development-Environment.md).