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 da080bc1..876b4f9c 100644
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,9 @@ deps = {
"pyperclip>=1.5.8",
"blinker>=1.3",
"pyparsing>=1.5.2",
- "html2text>=2015.4.14"
+ "html2text>=2015.4.14",
+ "construct>=2.5.2",
+ "six>=1.9.0",
}
# A script -> additional dependencies dict.
scripts = {