From 6e560d7b1ed2dac0c455040d37385f43fc05cc14 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 16 Jan 2024 20:20:49 -0500 Subject: [PATCH] Require tomli so setup.py also could read it --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9fc169..2ca5bd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools >= 43.0.0", "wheel"] +requires = ["setuptools >= 43.0.0", "tomli", "wheel"] [tool.isort] force_grid_wrap = 2