aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-02-03 22:13:57 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-02-03 22:13:57 +0000
commit88cfce1531dba39e009f3890bc147209c175fe5c (patch)
tree529caf42237b82497de67eba37c9009889483b44 /setup.py
parentAdd --version command to cli (diff)
parentMerge branch 'master' into feature/html-document (diff)
downloadpaper2remarkable-88cfce1531dba39e009f3890bc147209c175fe5c.tar.gz
paper2remarkable-88cfce1531dba39e009f3890bc147209c175fe5c.zip
Merge branch 'feature/html-document'
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bddbd24..82a693a 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,11 @@ REQUIRED = [
"unidecode>=1.1",
"titlecase>=0.12",
"PyPDF2>=1.26",
- "regex>=2018.11"
+ "regex>=2018.11",
+ "readability-lxml>=0.7.1",
+ "html2text>=2020.1.16",
+ "weasyprint>=51",
+ "markdown>=3.1.1"
]
docs_require = []