]> git.openstreetmap.org Git - nominatim.git/commit
remove support for sanic framework
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 21 Jun 2023 08:53:57 +0000 (10:53 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 21 Jun 2023 08:53:57 +0000 (10:53 +0200)
commitb79d5494f915b1b1e1dc4ce12b80680f0b7c53b3
treed2391d40f078e8a78e145ed2f9d632a7de673d47
parentded2c5bf684bb034f593d8a7f5a7111b49578fe2
remove support for sanic framework

There is no performance gain over falcon or starlette but the special
structure of sanic makes it hard to have exchangable code
.github/workflows/ci-tests.yml
docs/admin/Installation.md
docs/develop/Development-Environment.md
nominatim/cli.py
nominatim/server/sanic/__init__.py [deleted file]
nominatim/server/sanic/server.py [deleted file]
test/bdd/steps/nominatim_environment.py
test/python/cli/test_cli.py