From eec0a088fda7df59836de9953b513f734507b47b Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sun, 22 Dec 2024 19:57:54 +0530 Subject: [PATCH] Add missing dependency on `jupytext` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d612779..11743a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ dependencies = [ "jupyter_server", "jupyterlab_server", "jupyterlite-core >=0.2,<0.5", + "jupytext", "nbformat", "sphinx>=4", ] @@ -30,7 +31,6 @@ docs = [ "myst_parser", "pydata-sphinx-theme", "jupyterlite-xeus>=0.1.8,<0.3.0", - "jupytext", ] [tool.hatch.version]