diff options
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -35,6 +35,12 @@ Requirements * [urwid](http://excess.org/urwid/) version 1.1 or newer. * [PIL](http://www.pythonware.com/products/pil/) version 1.1 or newer. * [lxml](http://lxml.de/) version 2.3 or newer. +* [flask](http://flask.pocoo.org/) version 0.9 or newer. + +Optional, for extended content decoding: + +* [PyAMF](http://www.pyamf.org/) version 0.6.1 or newer. +* [protobuf](https://code.google.com/p/protobuf/) version 2.5.0 or newer. __mitmproxy__ is tested and developed on OSX, Linux and OpenBSD. Windows is not officially supported at the moment. @@ -49,3 +55,8 @@ The following components are needed if you plan to hack on mitmproxy: framework and requires [pathod](http://pathod.org) and [flask](http://flask.pocoo.org/). * Rendering the documentation requires [countershape](http://github.com/cortesi/countershape). +For convenience, all dependencies save countershape, can be installed from pypi to a virtualenv with 'pip install -r requirements.txt'. + +Please ensure that all patches are accompanied by matching changes in the test +suite. The project maintains 100% test coverage. + |