aboutsummaryrefslogtreecommitdiffstats
path: root/README.mkd
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2012-07-16 16:54:09 -0700
committerAldo Cortesi <aldo@corte.si>2012-07-16 16:54:09 -0700
commit2be31b726ac38132c7a3f89cc3d47afe666c5f53 (patch)
tree8f14ecc06ebae9995e74f82f01e2ef3007c412d8 /README.mkd
parente4079aa746e861c5d39f2812520e33c4d17d1007 (diff)
parent1a26f8215de76cb21e4c9100b4a8f766f872ac38 (diff)
downloadmitmproxy-2be31b726ac38132c7a3f89cc3d47afe666c5f53.tar.gz
mitmproxy-2be31b726ac38132c7a3f89cc3d47afe666c5f53.tar.bz2
mitmproxy-2be31b726ac38132c7a3f89cc3d47afe666c5f53.zip
Merge pull request #51 from dnet/master
Test cleanup and missing dependencies
Diffstat (limited to 'README.mkd')
-rw-r--r--README.mkd4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.mkd b/README.mkd
index c78e1bb6..c6345dd6 100644
--- a/README.mkd
+++ b/README.mkd
@@ -54,12 +54,14 @@ Requirements
* [urwid](http://excess.org/urwid/) version 0.9.8 or newer.
* [PIL](http://www.pythonware.com/products/pil/) version 1.1 or newer.
* [lxml](http://lxml.de/) version 2.3 or newer.
+* [netlib](http://pypi.python.org/pypi/netlib) 0.1 or newer.
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