From f4cde9b7f403b071106ad1c4f81689555d2c7ec8 Mon Sep 17 00:00:00 2001 From: Francesco Frassinelli Date: Mon, 30 Mar 2026 12:33:13 +0200 Subject: [PATCH] fix: add dependencies to pyproject.toml --- pyproject.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0dd9c70..179d814a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,16 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.9", ] -dependencies = [] +dependencies = [ + "ckantoolkit", + "lxml>=2.3", + "pyparsing>=2.1.10", + "requests>=1.1.0", + "pyproj~=3.6", + "OWSLib>=0.31", + "Shapely~=2.0", + "geojson~=3.1", +] license = {text = "AGPL"} requires-python = ">=3.9"