From a4e81f281fc64f9e603c016debb1387c93a21ee9 Mon Sep 17 00:00:00 2001 From: Luiz Irber Date: Mon, 21 Oct 2024 08:58:50 -0700 Subject: [PATCH] comment on testing vs docs dev deps --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index feb5aa0..2b56f17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,10 @@ dependencies = [ [tool.uv] dev-dependencies = [ + # testing "coverage >=7.6.3,<8", + + # docs "mkdocs-material>=9.5.41", "mkdocs>=1.6.1", "mkdocstrings-python>=1.12.1",