From 5a9ba5b72a546db0767b0604a52620a85a2b1d32 Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Fri, 18 Aug 2023 20:24:21 +0200 Subject: [PATCH] =?UTF-8?q?Pythonn=C3=AD=20z=C3=A1vislosti=20v=20metadatec?= =?UTF-8?q?h=20bal=C3=AD=C4=8Dku?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pak se automaticky nainstalují při instalaci --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f4436d1..640ca35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,13 @@ classifiers = [ "Operating System :: Linux", ] +dependencies = [ + "Pygments>=2.14.0", + "panflute>=2.3.0", + "fontTools>=4.38.0", + "Pillow>=9.4.0", +] + [project.urls] "Homepage" = "https://gitea.ks.matfyz.cz/KSP/formatitko" "Bug Tracker" = "https://gitea.ks.matfyz.cz/KSP/formatitko/issues"