mirror of https://github.com/scrapy/scrapy.git
20 lines
586 B
Plaintext
20 lines
586 B
Plaintext
# Tests requirements
|
|
attrs
|
|
dataclasses; python_version == '3.6'
|
|
pyftpdlib
|
|
# https://github.com/pytest-dev/pytest-twisted/issues/93
|
|
pytest != 5.4, != 5.4.1
|
|
pytest-cov
|
|
pytest-twisted >= 1.11
|
|
pytest-xdist
|
|
sybil >= 1.3.0 # https://github.com/cjw296/sybil/issues/20#issuecomment-605433422
|
|
testfixtures
|
|
uvloop; platform_system != "Windows"
|
|
|
|
# optional for shell wrapper tests
|
|
bpython
|
|
brotlipy # optional for HTTP compress downloader middleware tests
|
|
zstandard; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
|
|
ipython
|
|
pywin32; sys_platform == "win32"
|