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