From 4ba83d1a51ffab43909028b389fc65d8045d1955 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sun, 9 Nov 2025 09:06:36 +0100 Subject: deps: add pygments for patch highlighting --- poetry.lock | 17 ++++++++++++++++- pyproject.toml | 3 ++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 293d5bc..6da09da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -396,6 +396,21 @@ files = [ {file = "pycparser-2.23.tar.gz", hash = "sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2"}, ] +[[package]] +name = "pygments" +version = "2.19.2" +description = "Pygments is a syntax highlighting package written in Python." +optional = false +python-versions = ">=3.8" +groups = ["main"] +files = [ + {file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"}, + {file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"}, +] + +[package.extras] +windows-terminal = ["colorama (>=0.4.6)"] + [[package]] name = "python-dateutil" version = "2.9.0.post0" @@ -489,4 +504,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "230b6d44487fb3607888fb75c255d27a99c241bc05fbb680221c2f8b885ab629" +content-hash = "70431aa54a27442047572af2974b3a8f6b90e111cab25f4140a2b374e49640f0" diff --git a/pyproject.toml b/pyproject.toml index 230fb4e..c2a6e52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,8 @@ dependencies = [ "imap-tools (>=1.11.0,<2.0.0)", "cheroot (<11.0.0)", "mariadb (>=1.1.14,<2.0.0)", - "argon2-cffi (>=25.1.0,<26.0.0)" + "argon2-cffi (>=25.1.0,<26.0.0)", + "pygments (>=2.19.2,<3.0.0)" ] [tool.poetry] -- cgit