mirror of https://github.com/scrapy/scrapy.git
Use an older mitmproxy for py3.5.
This commit is contained in:
parent
a5eb59b92d
commit
5eb01b617d
|
|
@ -1,6 +1,7 @@
|
|||
# Tests requirements
|
||||
jmespath
|
||||
mitmproxy
|
||||
mitmproxy; python_version >= '3.6'
|
||||
mitmproxy==3.0.4; python_version < '3.6'
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-twisted
|
||||
|
|
|
|||
Loading…
Reference in New Issue