From aff765ce32f8d0d495e62390fe8dde22813f8840 Mon Sep 17 00:00:00 2001 From: Moony <39983684+Moonchasered@users.noreply.github.com> Date: Tue, 11 Jun 2024 08:54:12 +0200 Subject: [PATCH] unidecode added to depedencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7c507aada5..38530697c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,7 @@ dependencies = [ "Jinja2 < 3.1", "tzdata >= 2022.6", "pydantic < 2.0", + "unidecode <= 1.3.8", # for unit tests and code formatting "mock >= 4.0.3", "model_mommy >= 2.0",