Added mitmproxy as a requirement.

This commit is contained in:
duendex 2013-12-02 20:25:12 -02:00
parent d69ba7c1ae
commit 02bab270e8
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@ deps =
django
# Only required to run tests
mock
mitmproxy
commands =
trial scrapy
@ -29,6 +30,7 @@ deps =
django==1.3.1
cssselect==0.9.1
mock==1.0.1
mitmproxy=0.9.2
[testenv:trunk]
basepython = python2.7
@ -48,6 +50,7 @@ deps =
w3lib>=1.5
# Only required to run tests
mock>=1.0.1
mitmproxy>=0.9.2
commands =
trial scrapy