mirror of https://github.com/scrapy/scrapy.git
Merge pull request #6487 from wRAR/drop-setuptools-dep
Remove the installation dependency on setuptools.
This commit is contained in:
commit
7ec6b7e65b
1
setup.py
1
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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue