mirror of https://github.com/scrapy/scrapy.git
20 lines
479 B
Plaintext
20 lines
479 B
Plaintext
# Tests requirements
|
|
attrs
|
|
dataclasses; python_version == '3.6'
|
|
mitmproxy; python_version >= '3.6'
|
|
mitmproxy<4.0.0; python_version < '3.6'
|
|
# https://github.com/pytest-dev/pytest-twisted/issues/93
|
|
pytest != 5.4, != 5.4.1
|
|
pytest-azurepipelines
|
|
pytest-cov
|
|
pytest-twisted >= 1.11
|
|
pytest-xdist
|
|
sybil >= 1.3.0 # https://github.com/cjw296/sybil/issues/20#issuecomment-605433422
|
|
testfixtures
|
|
|
|
# optional for shell wrapper tests
|
|
bpython
|
|
brotlipy
|
|
ipython
|
|
pywin32; sys_platform == "win32"
|