From 7a887c1770a8221eb18803dcd8eeabd6db67f55d Mon Sep 17 00:00:00 2001 From: Anne Heimes Date: Thu, 8 May 2025 17:07:07 +0200 Subject: [PATCH] add packaging to dependencies, it was missing --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1c8ae6c..09fd966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ 'numpy>=1.14.0', 'beautifulsoup4', 'requests', + 'packaging', ] [project.optional-dependencies]