From 183689f5c6849094a9fe80214d1d3a3506ee838f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Ba=C3=B1=C3=B3n?= <34235767+mbanon@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:50:32 +0200 Subject: [PATCH] Added missing dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index cd7acf1..d9bf868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ dependencies = [ "urllib3", "PyYAML", "regex", + "hanzidentifier" ] classifiers = [ "Environment :: Console",