From b8222b0150d4743be857bcbf40f014265095885b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Mazzucotelli?= Date: Sun, 6 Feb 2022 19:48:27 +0100 Subject: [PATCH] build: Add Crystal extra, update Python extras versions PR #374: https://github.com/mkdocstrings/mkdocstrings/pull/374 --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3c49e303..d2332e74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,9 @@ dependencies = [ ] [project.optional-dependencies] -python-legacy = ["mkdocstrings-python-legacy>=0.2"] -python = ["mkdocstrings-python>=0.5.1"] +crystal = ["mkdocstrings-crystal>=0.3.4"] +python-legacy = ["mkdocstrings-python-legacy>=0.2.1"] +python = ["mkdocstrings-python>=0.5.2"] [project.urls] Homepage = "https://mkdocstrings.github.io"