mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-24 17:04:00 +00:00
Adds support for configuration of shells from scrapy.cfg and SCRAPY_PYTHON_SHELL. config snippet: cat <<EOF >> ~/.scrapy.cfg [settings] # shell can be one of ipython, bpython or python; # to be tried as the interactive python console # (in above order, unless set here). shell = python EOF (closes #270, #1100, #1301)
12 lines
158 B
Plaintext
12 lines
158 B
Plaintext
# Tests requirements
|
|
mock
|
|
mitmproxy==0.10.1
|
|
netlib==0.10.1
|
|
pytest-twisted
|
|
pytest-cov
|
|
jmespath
|
|
testfixtures
|
|
# optional for shell wrapper tests
|
|
bpython
|
|
ipython
|