aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1a502b97..1c15eb80 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,9 @@ deps = {
"tornado>=4.0.2",
"configargparse>=0.9.3",
"pyperclip>=1.5.8",
- "blinker>=1.3"
+ "blinker>=1.3",
+ "pyparsing>=1.5.2",
+ "html2text>=2015.4.14"
}
script_deps = {
"mitmproxy": {