From f946922ddbdb9e85deb0a0121a29e3aebf5a6dfe Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Sun, 12 Mar 2023 13:07:59 +0100
Subject: [PATCH] =?UTF-8?q?Do=20z=C3=A1vislost=C3=AD=20p=C5=99id=C3=A1n=20?=
 =?UTF-8?q?unidecode?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Zatím se používá pouze pro pomocné skripty.
---
 constraints.txt | 1 +
 setup.py        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/constraints.txt b/constraints.txt
index f952fe3b..67696ef2 100644
--- a/constraints.txt
+++ b/constraints.txt
@@ -52,6 +52,7 @@ types-setuptools==65.1.0
 types-SQLAlchemy==1.4.50
 types-urllib3==1.26.23
 typing-extensions==4.3.0
+Unidecode==1.3.6
 urllib3==1.26.12
 uwsgidecorators==1.1.0
 visitor==0.1.3
diff --git a/setup.py b/setup.py
index 77e694f6..ac6d417d 100644
--- a/setup.py
+++ b/setup.py
@@ -49,6 +49,7 @@ setuptools.setup(
         'requests',
         'sqlalchemy[mypy]',
         'token-bucket',
+        'unidecode',
         'uwsgidecorators',
         # Používáme pro vývoj, ale aby je pylsp našel, musí být ve stejném virtualenvu
         # jako ostatní knihovny.
-- 
GitLab