mirror of https://github.com/scrapy/scrapy.git
18 lines
615 B
Plaintext
18 lines
615 B
Plaintext
# Tests requirements
|
|
attrs
|
|
pexpect >= 4.8.0
|
|
pyftpdlib >= 1.5.8
|
|
pytest
|
|
pytest-cov==4.0.0
|
|
pytest-xdist
|
|
sybil >= 1.3.0 # https://github.com/cjw296/sybil/issues/20#issuecomment-605433422
|
|
testfixtures
|
|
uvloop; platform_system != "Windows"
|
|
|
|
bpython # optional for shell wrapper tests
|
|
brotli; 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"
|