Remove the Twisted version restriction.

This commit is contained in:
Andrey Rakhmatullin 2023-09-24 18:17:43 +04:00
parent 720f351a3e
commit 4b14215f83
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ version = (Path(__file__).parent / "scrapy/VERSION").read_text("ascii").strip()
install_requires = [
# 23.8.0 incompatibility: https://github.com/scrapy/scrapy/issues/6024
"Twisted>=18.9.0,<23.8.0",
"Twisted>=18.9.0",
"cryptography>=36.0.0",
"cssselect>=0.9.1",
"itemloaders>=1.0.1",