aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2019-09-05 22:09:51 +0200
committerGitHub <noreply@github.com>2019-09-05 22:09:51 +0200
commitede2d1b243713e847eff87aa8dc6913ab694b920 (patch)
tree16f4ace19f153f6142fbe716b79b118252e4ee9f /setup.py
parentebfff8db761bf101ae46ac9ca0983408897baad2 (diff)
parentdd3589ce345bcabe51563e1e1ac83797353baf8c (diff)
downloadmitmproxy-ede2d1b243713e847eff87aa8dc6913ab694b920.tar.gz
mitmproxy-ede2d1b243713e847eff87aa8dc6913ab694b920.tar.bz2
mitmproxy-ede2d1b243713e847eff87aa8dc6913ab694b920.zip
Merge pull request #3630 from tsaaristo/encode-zstandard
Add support for zstd Content-Encoding
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7f83de63..12439f4e 100644
--- a/setup.py
+++ b/setup.py
@@ -81,6 +81,7 @@ setup(
"tornado>=4.3,<5.2",
"urwid>=2.0.1,<2.1",
"wsproto>=0.13.0,<0.14.0",
+ "zstandard>=0.11.0,<0.13.0",
],
extras_require={
':sys_platform == "win32"': [