From f46e5e667ffa6c5c32b2568d4a5e2bb461852fe2 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 3 Sep 2017 21:01:52 +0200 Subject: [PATCH] remove jsbeautifier dependency --- mitmproxy/contrib/README | 7 +------ setup.py | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/mitmproxy/contrib/README b/mitmproxy/contrib/README index e5ce11dafe..fc44eed383 100644 --- a/mitmproxy/contrib/README +++ b/mitmproxy/contrib/README @@ -1,14 +1,9 @@ Contribs: -jsbeautifier, git checkout 25/03/12, MIT license - - Removed test directories - - Disabled packers through a single-line modification (see "# CORTESI" - comment) - wbxml - https://github.com/davidpshaw/PyWBXMLDecoder tls, BSD license - https://github.com/mhils/tls/tree/mitmproxy - - limited to required files. \ No newline at end of file + - limited to required files. diff --git a/setup.py b/setup.py index fefb799e9a..52ab184026 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,6 @@ "h2>=3.0, <4", "html2text>=2016.1.8, <=2016.9.19", "hyperframe>=5.0, <6", - "jsbeautifier>=1.6.3, <1.7", "kaitaistruct>=0.7, <0.8", "ldap3>=2.2.0, <2.4", "passlib>=1.6.5, <1.8",