diff options
author | Maximilian Hils <git@maximilianhils.com> | 2019-09-05 22:09:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-05 22:09:51 +0200 |
commit | ede2d1b243713e847eff87aa8dc6913ab694b920 (patch) | |
tree | 16f4ace19f153f6142fbe716b79b118252e4ee9f /setup.py | |
parent | ebfff8db761bf101ae46ac9ca0983408897baad2 (diff) | |
parent | dd3589ce345bcabe51563e1e1ac83797353baf8c (diff) | |
download | mitmproxy-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.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"': [ |