istresearch / scrapy-cluster

This Scrapy project uses Redis and Kafka to create a distributed on demand scraping cluster.
http://scrapy-cluster.readthedocs.io/
MIT License
1.17k stars 323 forks source link

Fixed an error with MarkupSafe installation #233

Closed Shique closed 4 years ago

Shique commented 4 years ago

MarkupSafe tries to import setuptools.Feature which results in an error as it's deprecated. Details: pallets/markupsafe#116 pypa/setuptools#2017