]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Installation.md
remove typing_extensions requirement
[nominatim.git] / docs / admin / Installation.md
index d7d35b7e218bf6259d58704d582675138a099bbc..96546cf3de57dabd1f27b338220767216235f2d7 100644 (file)
@@ -45,7 +45,6 @@ For running Nominatim:
   * [PostgreSQL](https://www.postgresql.org) (9.6+ will work, 11+ strongly recommended)
   * [PostGIS](https://postgis.net) (2.2+ will work, 3.0+ strongly recommended)
   * [Python 3](https://www.python.org/) (3.6+)
-  * [Python Typing Extensions](https://github.com/python/typing_extensions)
   * [Psycopg2](https://www.psycopg.org) (2.7+)
   * [Python Dotenv](https://github.com/theskumar/python-dotenv)
   * [psutil](https://github.com/giampaolo/psutil)