diff options
author | András Veres-Szentkirályi <vsza@vsza.hu> | 2012-07-15 22:42:16 +0200 |
---|---|---|
committer | András Veres-Szentkirályi <vsza@vsza.hu> | 2012-07-15 22:42:16 +0200 |
commit | 013ca2a00a9487b4131176b92796915598b6f70d (patch) | |
tree | e49b4c75b16537d6a42e193bd6801620a646fd5d | |
parent | 63324e0d521234baa2751674599587a52b30cfbe (diff) | |
download | mitmproxy-013ca2a00a9487b4131176b92796915598b6f70d.tar.gz mitmproxy-013ca2a00a9487b4131176b92796915598b6f70d.tar.bz2 mitmproxy-013ca2a00a9487b4131176b92796915598b6f70d.zip |
added testing dependencies human_curl and pathod
-rw-r--r-- | README.mkd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,7 +60,8 @@ The following auxiliary components may be needed if you plan to hack on mitmproxy: * The test suite uses the [nose](http://readthedocs.org/docs/nose/en/latest/) unit testing - framework. + framework and requires [human_curl](https://github.com/Lispython/human_curl) and + [pathod](http://pypi.python.org/pypi/pathod). * Rendering the documentation requires [countershape](http://github.com/cortesi/countershape). __mitmproxy__ is tested and developed on OSX, Linux and OpenBSD. Windows is not |