aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorQrius <[email protected]>2025-05-19 09:22:11 +0200
committerQrius <[email protected]>2025-05-19 09:22:13 +0200
commitac3da922858d7a5f94a9b62af598f678aac22989 (patch)
tree7a57e226e199edd8329cb64dc105c863a7d9347d /pyproject.toml
parent77e73d70a9b81a7bbd8e49be52612fc62a9f9502 (diff)
downloadskaldpress-ac3da922858d7a5f94a9b62af598f678aac22989.tar.gz
skaldpress-ac3da922858d7a5f94a9b62af598f678aac22989.zip
Add dependency for checklists in markdownHEADmaster
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 88737b4..6a1ccfb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
]
-dependencies = ["markdown-it-py"]
+dependencies = ["markdown-it-py", "mdit-py-plugins"]
[project.optional-dependencies]
dev = ["check-manifest", "black", "pyflakes", "mypy", "types-Markdown", "pyinstrument"]