mirror of https://github.com/scrapy/scrapy.git
Use brotlicffi for PyPy
This commit is contained in:
parent
16864ea602
commit
532cd2eabd
|
|
@ -11,8 +11,7 @@ uvloop; platform_system != "Windows"
|
|||
|
||||
bpython # optional for shell wrapper tests
|
||||
brotli; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
|
||||
# 1.1.0 is broken on PyPy: https://github.com/google/brotli/issues/1072
|
||||
brotli==1.0.9; implementation_name == 'pypy' # optional for HTTP compress downloader middleware tests
|
||||
brotlicffi; implementation_name == 'pypy' # optional for HTTP compress downloader middleware tests
|
||||
zstandard; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
|
||||
ipython
|
||||
pywin32; sys_platform == "win32"
|
||||
|
|
|
|||
Loading…
Reference in New Issue