aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2021-03-26 23:46:21 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2021-03-26 23:46:21 +0000
commit64c7ee4284a048b7b6a7c7b1c42ebfb201bf765a (patch)
treee90742ef3a4a28e5ed5cf5b277153659debd0c05 /setup.py
parentBump version and update changelog (diff)
downloadpaper2remarkable-64c7ee4284a048b7b6a7c7b1c42ebfb201bf765a.tar.gz
paper2remarkable-64c7ee4284a048b7b6a7c7b1c42ebfb201bf765a.zip
Fix blank pages bug (fixes #98)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fb7d21c..7a2ebe3 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ VERSION = None
# What packages are required for this module to be executed?
REQUIRED = [
- "pikepdf>=2.8.0",
+ "pikepdf>=2.9.0",
"beautifulsoup4>=4.8",
"html2text>=2020.1.16",
"markdown>=3.1.1",