docs: Remove leftover

This commit is contained in:
Laerte Pereira 2022-06-09 10:11:49 -03:00
parent c4c5c9f258
commit 197aca2c94
No known key found for this signature in database
GPG Key ID: BB69B5C731BB8A80
1 changed files with 0 additions and 4 deletions

View File

@ -52,10 +52,6 @@ Scrapy is written in pure Python and depends on a few key Python packages (among
* `twisted`_, an asynchronous networking framework
* `cryptography`_ and `pyOpenSSL`_, to deal with various network-level security needs
Scrapy may work with older versions of these packages
but it is not guaranteed it will continue working
because its not being tested against them.
Some of these packages themselves depends on non-Python packages
that might require additional installation steps depending on your platform.
Please check :ref:`platform-specific guides below <intro-install-platform-notes>`.