aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJustus Wingert <justus@abi007.info>2014-11-15 19:05:36 +0100
committerJustus Wingert <justus@abi007.info>2014-11-15 19:05:36 +0100
commit57d980712286ce3184a2aad7bef1b63b2b26e95e (patch)
tree9a4dec621edc2674bc7c53edee80566348cfcd1d /setup.py
parent18b803d03a31c12d0d73890bed98bc775ff31d33 (diff)
downloadmitmproxy-57d980712286ce3184a2aad7bef1b63b2b26e95e.tar.gz
mitmproxy-57d980712286ce3184a2aad7bef1b63b2b26e95e.tar.bz2
mitmproxy-57d980712286ce3184a2aad7bef1b63b2b26e95e.zip
Added script dependencie to harparser.
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 08ccbbfd..80bb7895 100644
--- a/setup.py
+++ b/setup.py
@@ -28,6 +28,7 @@ script_deps = {
"urwid>=1.1",
"lxml>=3.3.6",
"Pillow>=2.3.0",
+ "-e git+https://github.com/JustusW/harparser.git#egg=harparser",
},
"mitmdump": set()
}