mirror of https://github.com/scrapy/scrapy.git
Pin Twisted to <= 25.5.0 due to internal API changes.
This commit is contained in:
parent
8c5fa6e6ae
commit
ba30e8b82c
|
|
@ -7,7 +7,8 @@ name = "Scrapy"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
description = "A high-level Web Crawling and Web Scraping framework"
|
description = "A high-level Web Crawling and Web Scraping framework"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"Twisted>=21.7.0",
|
# Twisted pinned until Scrapy is updated for its internal TLS API changes
|
||||||
|
"Twisted>=21.7.0,<=25.5.0",
|
||||||
"cryptography>=37.0.0",
|
"cryptography>=37.0.0",
|
||||||
"cssselect>=0.9.1",
|
"cssselect>=0.9.1",
|
||||||
"defusedxml>=0.7.1",
|
"defusedxml>=0.7.1",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue