add new geoalchemy requirement

This commit is contained in:
Sarah Hoffmann
2023-01-27 09:15:06 +01:00
parent 2e9090d121
commit 7f5fbe1dc7
4 changed files with 5 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ For running Nominatim:
* [psutil](https://github.com/giampaolo/psutil)
* [Jinja2](https://palletsprojects.com/p/jinja/)
* [SQLAlchemy](https://www.sqlalchemy.org/) (1.4+ with greenlet support)
* [GeoAlchemy2](https://geoalchemy-2.readthedocs.io/) (0.10+)
* [asyncpg](https://magicstack.github.io/asyncpg) (0.8+)
* [PyICU](https://pypi.org/project/PyICU/)
* [PyYaml](https://pyyaml.org/) (5.1+)