From 8b48d60da68d14712f0ed57e3767db05963958f2 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Mon, 30 Oct 2023 11:19:17 +0000 Subject: [PATCH] Add pyrsistent to build dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e9fc19a24..be2c080b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ requires = [ "jupyter_packaging~=0.9,<2", "jupyter_server>=1.17.0", + "pyrsistent", "babel" ] build-backend = "jupyter_packaging.build_api"