From 5daf61ec00b6e2074764b7f183827b57ff51d806 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 13 Feb 2021 17:18:40 -0500 Subject: [PATCH] add setuptools build dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dea575e..d4ffff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,5 +15,5 @@ black = {version = "^20.8b1", python = "^3.6"} mypy = {version = "^0.800", python = "^3.6"} [build-system] -requires = ["poetry-core>=1.0.0", "Cython"] +requires = ["poetry-core>=1.0.0", "Cython", "setuptools"] build-backend = "poetry.core.masonry.api"