aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-02-20 10:14:18 +0100
committerGitHub <noreply@github.com>2017-02-20 10:14:18 +0100
commit927a1ebab4fff7c45258380384c57eb3fdb941e7 (patch)
treeb12a7a193d27262eb921e161a849dbbf3e974932 /setup.py
parent3ee5227cca9e67df50310447efb6bc7c557d34bb (diff)
parent36352c95397351f4e69d857fcd8110fe125388f7 (diff)
downloadmitmproxy-927a1ebab4fff7c45258380384c57eb3fdb941e7.tar.gz
mitmproxy-927a1ebab4fff7c45258380384c57eb3fdb941e7.tar.bz2
mitmproxy-927a1ebab4fff7c45258380384c57eb3fdb941e7.zip
Merge pull request #2045 from Kriechi/protobuf
protobuf: coverage++
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 1b3f08a4..a942a9e3 100644
--- a/setup.py
+++ b/setup.py
@@ -110,9 +110,6 @@ setup(
"sphinx_rtd_theme>=0.1.9, <0.2",
],
'contentviews': [
- "protobuf>=3.1.0, <3.3",
- # TODO: Find Python 3 replacement
- # "pyamf>=0.8.0, <0.9",
],
'examples': [
"beautifulsoup4>=4.4.1, <4.6",