From 92f96d5c1ad4b36948a653c1d193831420725d76 Mon Sep 17 00:00:00 2001 From: RoryPTB <47696929+RoryPTB@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:49:08 +0200 Subject: [PATCH] build: remove shapely dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f7a6ef2..034d228 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ keywords = ["WIS2.0", "CAP", "XML", "GeoJSON", "convert"] license = {file = "LICENSE"} dependencies = [ "xmltodict>=0.13.0", - "shapely>=2.0.6", "geojson>=3.1.0", "click>=8.1.7" ]