From b15c9c5b0be2e672a59d39dd8988b533ca075463 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Sat, 17 Sep 2022 06:51:57 -0400 Subject: [PATCH] build-systems: add idna and nbformat --- overrides/build-systems.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 1680d37..f2160dd 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -561,6 +561,9 @@ "idasen": [ "poetry-core" ], + "idna": [ + "flit-core" + ], "imagecodecs-lite": [ "cython" ], @@ -818,6 +821,9 @@ "nbclassic": [ "jupyter-packaging" ], + "nbformat": [ + "flit-core" + ], "net2grid": [ "poetry-core" ],