From b2cb3be74d22d74085b8d080667929cdefecfb1b Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Fri, 1 Mar 2024 16:03:01 -0500 Subject: [PATCH] remove setuptools dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbb7dcea..5d4a9aa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ dependencies = [ "requests<3.0.0,>=2.9.1", "tqdm<5.0.0,>=4.5.0", "typing-extensions>=4.7.1; python_version < '3.12'", - "setuptools>=60.0", "packaging>=21.0", ] requires-python = ">=3.7"