Remove the installation dependency on setuptools.

This commit is contained in:
Andrey Rakhmatullin 2024-10-07 23:04:48 +05:00
parent 7914437a65
commit 18a66d080a
1 changed files with 0 additions and 1 deletions

View File

@ -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",