aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-05-26 13:59:41 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-05-26 13:59:41 +0200
commit4aeb6c645585659b380344cd0754056fc5474b12 (patch)
tree4e71337e7d760a1611f69640933104acee5117b4 /setup.py
parentee6ea31147428729776ea2e8fe24d1fc44c63c9b (diff)
downloadmitmproxy-4aeb6c645585659b380344cd0754056fc5474b12.tar.gz
mitmproxy-4aeb6c645585659b380344cd0754056fc5474b12.tar.bz2
mitmproxy-4aeb6c645585659b380344cd0754056fc5474b12.zip
cleanup old tls_parser
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 38bd7ee4..59493b50 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,6 @@ setup(
"brotlipy>=0.5.1, <0.7",
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
"click>=6.2, <7",
- "construct>=2.8, <2.9",
"cryptography>=1.4, <1.9",
"cssutils>=1.0.1, <1.1",
"h2>=3.0, <4",