unidecode added to depedencies

This commit is contained in:
Moony 2024-06-11 08:54:12 +02:00
parent 266366b6e1
commit aff765ce32

View file

@ -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",