From aa3a1e2015ade73129191ad04146ce52765d478c Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Thu, 17 Aug 2023 09:51:44 -0700 Subject: [PATCH] build(build-system): Remove setuptools build dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5b06cd7d2..8e1502a0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,5 +130,5 @@ exclude_lines = [ ] [build-system] -requires = ["poetry_core>=1.0.0", "setuptools>50"] +requires = ["poetry_core>=1.0.0"] build-backend = "poetry.core.masonry.api"