From 18a66d080a160e51db2392911543b0a3b857041f Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Mon, 7 Oct 2024 23:04:48 +0500 Subject: [PATCH] Remove the installation dependency on setuptools. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 2d6d26b0c..f458a9de3 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,6 @@ install_requires = [ "zope.interface>=5.1.0", "protego>=0.1.15", "itemadapter>=0.1.0", - "setuptools", "packaging", "tldextract", "lxml>=4.4.1",