aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2017-04-30 17:38:10 +1200
committerAldo Cortesi <aldo@nullcube.com>2017-04-30 17:53:30 +1200
commitbcbe87bb0986819c83c3e2efc683194bbf9c6c50 (patch)
treeefc0c7676663f0124662e4cfc237b6ea17b770b1 /setup.cfg
parentbefbe88d96865bb69134af2c7019d66e3a7a09fa (diff)
downloadmitmproxy-bcbe87bb0986819c83c3e2efc683194bbf9c6c50.tar.gz
mitmproxy-bcbe87bb0986819c83c3e2efc683194bbf9c6c50.tar.bz2
mitmproxy-bcbe87bb0986819c83c3e2efc683194bbf9c6c50.zip
Move export to addon, kill Python and Locust export
Also add a "raw" export format. The Python and Locust exports are hard to maintain, their tests are extremely brittle, they didn't have full test coverage, and are by my guess very rarely used. I feel the Locust export should certainly be an externally maintained addon. The Python/requests export can come back if someone cares enough, and it can be structured in a way we can maintain.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index d0307bc8..14502e20 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -35,7 +35,6 @@ exclude =
mitmproxy/proxy/server.py
mitmproxy/tools/
mitmproxy/controller.py
- mitmproxy/export.py
mitmproxy/flow.py
mitmproxy/io/compat.py
mitmproxy/master.py
@@ -54,7 +53,6 @@ exclude =
mitmproxy/controller.py
mitmproxy/ctx.py
mitmproxy/exceptions.py
- mitmproxy/export.py
mitmproxy/flow.py
mitmproxy/io/io.py
mitmproxy/io/compat.py