From 2ca0b47d0ab6ad80c52752c790501715ab4be2b5 Mon Sep 17 00:00:00 2001 From: Andrew Kent Date: Thu, 20 Jan 2022 11:00:52 -0800 Subject: [PATCH] have pyproject.toml build depend on setuptools --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33bd9c4..54a6192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,5 +32,5 @@ cffi = "^1.14.2" pytest = "^6.0.1" [build-system] -requires = ["poetry>=0.12"] +requires = ["setuptools", "poetry>=0.12"] build-backend = "poetry.masonry.api"