Added script dependencie to harparser.

This commit is contained in:
Justus Wingert 2014-11-15 19:05:36 +01:00
parent 18b803d03a
commit 57d9807122
1 changed files with 1 additions and 0 deletions

View File

@ -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()
}