diff options
| author | Jesson Soto Ventura <jessonsotoventura@gmail.com> | 2019-09-24 23:47:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-24 23:47:14 -0400 |
| commit | 55719a6942e49ffe82d1fcce7d837a8e5068d904 (patch) | |
| tree | d038a640bc209e9dd5a7e35d7dee7995a30e494a | |
| parent | b7e259029466fc7ac8e2dbd0f8d10086ef688952 (diff) | |
| download | mitmproxy-55719a6942e49ffe82d1fcce7d837a8e5068d904.tar.gz mitmproxy-55719a6942e49ffe82d1fcce7d837a8e5068d904.tar.bz2 mitmproxy-55719a6942e49ffe82d1fcce7d837a8e5068d904.zip | |
Updated Setup.py
A comma broke the build
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -81,7 +81,7 @@ setup( "tornado>=4.3,<5.2", "urwid>=2.0.1,<2.1", "wsproto>=0.13.0,<0.14.0", - "publicsuffix2~=2.20" + "publicsuffix2~=2.20", "zstandard>=0.11.0,<0.13.0", ], extras_require={ |
