mirror of https://github.com/scrapy/scrapy.git
Update scrapy/utils/_compression.py
Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
parent
7be919138d
commit
99f7165c63
|
|
@ -22,7 +22,7 @@ else:
|
|||
"working in a future version of Scrapy. brotlipy itself is "
|
||||
"deprecated, it has been superseded by brotlicffi. "
|
||||
"Please, uninstall brotlipy "
|
||||
"and install brotli instead. brotlipy has the same import "
|
||||
"and install brotli or brotlicffi instead. brotlipy has the same import "
|
||||
"name as brotli, so keeping both installed is strongly "
|
||||
"discouraged."
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue