mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 02:24:18 +00:00
Merge pull request #131 from squidsoup/master
Easy dep install with pip
This commit is contained in:
commit
82cb1dae41
@ -55,6 +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/).
|
framework and requires [pathod](http://pathod.org) and [flask](http://flask.pocoo.org/).
|
||||||
* Rendering the documentation requires [countershape](http://github.com/cortesi/countershape).
|
* 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
|
Please ensure that all patches are accompanied by matching changes in the test
|
||||||
suite. The project maintains 100% test coverage.
|
suite. The project maintains 100% test coverage.
|
||||||
|
|
||||||
|
14
requirements.txt
Normal file
14
requirements.txt
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Flask==0.9
|
||||||
|
Jinja2==2.7
|
||||||
|
MarkupSafe==0.18
|
||||||
|
PIL==1.1.7
|
||||||
|
Werkzeug==0.8.3
|
||||||
|
lxml==3.2.1
|
||||||
|
netlib==0.9
|
||||||
|
nose==1.3.0
|
||||||
|
pathod==0.9
|
||||||
|
pyOpenSSL==0.13
|
||||||
|
pyasn1==0.1.7
|
||||||
|
requests==1.2.2
|
||||||
|
urwid==1.1.1
|
||||||
|
wsgiref==0.1.2
|
Loading…
Reference in New Issue
Block a user