From 397c8fef58dbee4bf3c3519a0583e5d8acef8d03 Mon Sep 17 00:00:00 2001 From: ekneg54 Date: Mon, 24 Jun 2024 11:24:17 +0200 Subject: [PATCH] add regex dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 245a6c520..5ccb5031d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,7 @@ dependencies = [ "joblib", "pyyaml", "requests>=2.31.0", + "regex", "ruamel.yaml", "schedule", "tldextract",