docs: Update minimal versions that Scrapy is tested against

This commit is contained in:
Laerte Pereira 2022-06-09 08:37:01 -03:00 committed by GitHub
parent 407562b38b
commit 2e6721fd86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -54,9 +54,9 @@ Scrapy is written in pure Python and depends on a few key Python packages (among
The minimal versions which Scrapy is tested against are:
* Twisted 14.0
* lxml 3.4
* pyOpenSSL 0.14
* Twisted 18.9.0
* lxml 4.3.0
* pyOpenSSL 19.1.0
Scrapy may work with older versions of these packages
but it is not guaranteed it will continue working