mirror of https://github.com/scrapy/scrapy.git
Use an older mitmproxy for py3.5.
This commit is contained in:
parent
3ec6960732
commit
c4ef950efd
|
|
@ -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