From 5a9ba5b72a546db0767b0604a52620a85a2b1d32 Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Fri, 18 Aug 2023 20:24:21 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Pythonn=C3=AD=20z=C3=A1vislosti=20v=20metad?= =?UTF-8?q?atech=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" From 959720bd752af4efe0ad032a5752d3a887217af1 Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Fri, 18 Aug 2023 20:26:28 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Odstran=C4=9Bn=C3=AD=20div=C3=A9ho=20tabu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 640ca35..2466026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,8 @@ name = "formatitko" #version = "0.0.1" dynamic = ["version"] authors = [ - { name="Greenscreener ", email="gs@grsc.cz" }, - { name="Organizers of KSP", email="ksp-tech@ksp.mff.cuni.cz" } + { name="Greenscreener", email="gs@grsc.cz" }, + { name="Organizers of KSP", email="ksp@mff.cuni.cz" } ] description = "A python program based on pandoc and its python library panflute for converting from markdown to TeX and HTML with added fancy features like image processing, python-based macros and much more." readme = "README.md"