diff options
| author | Vosjedev <vosje@vosjedev.net> | 2025-11-09 09:06:36 +0100 |
|---|---|---|
| committer | Vosjedev <vosje@vosjedev.net> | 2025-11-09 09:06:36 +0100 |
| commit | 4ba83d1a51ffab43909028b389fc65d8045d1955 (patch) | |
| tree | a302f32a3737a9fd2b918e3d95066bf2b01cba9c | |
| parent | bf89919c5833e87c7ec81bf758bac96b3ad28453 (diff) | |
| download | acit-4ba83d1a51ffab43909028b389fc65d8045d1955.tar.gz acit-4ba83d1a51ffab43909028b389fc65d8045d1955.tar.bz2 acit-4ba83d1a51ffab43909028b389fc65d8045d1955.tar.xz | |
deps: add pygments for patch highlighting
| -rw-r--r-- | poetry.lock | 17 | ||||
| -rw-r--r-- | 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 @@ -397,6 +397,21 @@ files = [ ] [[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" description = "Extensions to the standard Python datetime module" @@ -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] |
