mirror of https://github.com/scrapy/scrapy.git
21 lines
901 B
Plaintext
21 lines
901 B
Plaintext
# Tests requirements
|
|
attrs
|
|
# https://github.com/giampaolo/pyftpdlib/issues/560
|
|
pyftpdlib; python_version < "3.12"
|
|
pytest
|
|
pytest-cov==4.0.0
|
|
pytest-xdist
|
|
sybil >= 1.3.0 # https://github.com/cjw296/sybil/issues/20#issuecomment-605433422
|
|
testfixtures
|
|
# uvloop currently doesn't build on 3.12
|
|
uvloop; platform_system != "Windows" and python_version < "3.12"
|
|
|
|
# bpython requires greenlet which currently doesn't build on 3.12
|
|
bpython; python_version < "3.12" # 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
|
|
zstandard; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
|
|
ipython
|
|
pywin32; sys_platform == "win32"
|