From a17e1f3806e43e746db85370095eb9853a5f4ff1 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 22 Nov 2025 10:43:48 -0800 Subject: [PATCH] pyproject.toml: Declare extra 'passagemath' --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6be5dfea..5015da85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ coloraide = "^4" pelican = { extras = ["markdown"], version = "^4.10", optional = true } prefig = { extras = ["text"], version = "^0.4.2", optional = true } citeproc-py = "^0" - +passagemath-standard = { version = "^10", optional = true } # Development dependencies # ------------------------ @@ -72,6 +72,7 @@ pep8-naming = "^0.14.1" [tool.poetry.extras] homepage = ["pelican"] prefigure = ["prefig"] +passagemath = ["passagemath-standard"] all = ["pelican","prefig"] [tool.poetry.scripts]