From 8c133fcf7e4f19d55d60dc6a090d75dab6db1a72 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Mon, 7 Oct 2024 23:04:48 +0500 Subject: [PATCH 1/2] 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", From 87651fdf47403767b5b79f075237e7351ba4853b Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 8 Oct 2024 16:04:26 +0500 Subject: [PATCH 2/2] Don't use types-setuptools. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 2d62f1cb7..80ef4a99e 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,6 @@ deps = typing-extensions==4.12.2 types-lxml==2024.8.7 types-Pygments==2.18.0.20240506 - types-setuptools==71.1.0.20240806 botocore-stubs==1.34.158 boto3-stubs[s3]==1.34.158 attrs >= 18.2.0