mirror of https://github.com/scrapy/scrapy.git
docs: Update minimal versions that Scrapy is tested against
This commit is contained in:
parent
407562b38b
commit
2e6721fd86
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue