From 69270011145b1279bebd2123a7547aeecd407a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Czy=C5=BC?= Date: Sat, 28 Oct 2023 00:35:25 +0200 Subject: [PATCH] Add mkdocs dependency --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index d7a3137..5ef4d88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,9 @@ ruff = "^0.1.3" black = "^23.10.1" pre-commit = "^3.5.0" pyright = "^1.1.333" +mkdocstrings = {extras = ["python"], version = "^0.23.0"} +mkdocs = "^1.5.3" +mkdocs-material = "^9.4.7" [build-system] requires = ["poetry-core"]