From b4b9e6fc1c4f8d5031b19b6e4af2385cbc5f25ac Mon Sep 17 00:00:00 2001 From: Abhijit Kane Date: Thu, 8 Jan 2015 15:34:36 +0530 Subject: [PATCH] Fixing mitmproxy version. Later versions break pmproxy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc85e28..086a36f 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ] }, install_requires=[ - "mitmproxy >= 0.9.2", + "mitmproxy == 0.9.2", "Werkzeug >= 0.9.4" ], ) \ No newline at end of file