From ac3da922858d7a5f94a9b62af598f678aac22989 Mon Sep 17 00:00:00 2001 From: Qrius Date: Mon, 19 May 2025 09:22:11 +0200 Subject: Add dependency for checklists in markdown --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') 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"] -- cgit v1.2.3