From 53a24f130a56404ad8481c92724e4d5f1b9f1415 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:23:06 +0000 Subject: [PATCH] build: add tomli as a required deps --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ccfbb95c..4cc5e3b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,7 @@ classifiers = [ requires-python = ">=3.8" dependencies = [ # building widgets + "tomli", "ipykernel", "ipyvuetify", "markdown",