diff options
author | Maximilian Hils <git@maximilianhils.com> | 2017-09-03 21:01:52 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2017-09-03 21:02:29 +0200 |
commit | f46e5e667ffa6c5c32b2568d4a5e2bb461852fe2 (patch) | |
tree | 551b2a4f66104f543d1ce799984a0dafcd14bc97 | |
parent | e1877577bc058cfd0b9141b250595b38e95a6ecf (diff) | |
download | mitmproxy-f46e5e667ffa6c5c32b2568d4a5e2bb461852fe2.tar.gz mitmproxy-f46e5e667ffa6c5c32b2568d4a5e2bb461852fe2.tar.bz2 mitmproxy-f46e5e667ffa6c5c32b2568d4a5e2bb461852fe2.zip |
remove jsbeautifier dependency
-rw-r--r-- | mitmproxy/contrib/README | 7 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 1 insertions, 7 deletions
diff --git a/mitmproxy/contrib/README b/mitmproxy/contrib/README index e5ce11da..fc44eed3 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. @@ -68,7 +68,6 @@ setup( "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", |