From f15847b1f3cc45dcbd8c7383e162eb62dcce5857 Mon Sep 17 00:00:00 2001 From: Herald-TUOS Date: Wed, 6 May 2026 15:29:42 +0100 Subject: [PATCH] add `py7zr` as a run-time dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 57a3434..8154a10 100644 --- a/setup.py +++ b/setup.py @@ -79,6 +79,7 @@ "pyshp", "pyproj", "geopandas", + "py7zr", ], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,