From e42f69249094b32adb66291bba43a92f9b09b678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bel=C3=A1k?= Date: Mon, 7 Aug 2023 15:17:36 +0200 Subject: [PATCH] docs: remove `jupytext` dev dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f88009..45cd423 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,6 @@ sphinx = "~4.3.0" sphinx-rtd-theme = "~1.0.0" toml = "^0.10.0" jupyter = "*" -jupytext = "*" black = "^22.3.0" pylint = "^2.14.3" isort = "^5.10.1"