From f9064e0165ff2bd66ff8dd3792db8a82f106c415 Mon Sep 17 00:00:00 2001 From: Moony <39983684+Moonchasered@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:31:04 +0200 Subject: [PATCH] Unnecessary dependency removed --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38530697c3..7c507aada5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,6 @@ 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",