Update disclaimer

This commit is contained in:
Laerte Pereira 2024-03-05 21:12:25 -03:00
parent 3421823dce
commit a52429ae08
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ else:
"You have brotlipy installed, and Scrapy will use it, but "
"Scrapy support for brotlipy is deprecated and will stop "
"working in a future version of Scrapy. brotlipy itself is "
"deprecated, it has been superseded by brotlicffi (not "
"currently supported by Scrapy). Please, uninstall brotlipy "
"deprecated, it has been superseded by brotlicffi "
"Please, uninstall brotlipy "
"and install brotli instead. brotlipy has the same import "
"name as brotli, so keeping both installed is strongly "
"discouraged."

View File

@ -124,7 +124,7 @@ deps =
robotexclusionrulesparser
Pillow
Twisted[http2]
brotli
brotli; implementation_name != 'pypy'
zstandard
[testenv:extra-deps-pinned]