diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-02 21:57:32 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-03-02 21:57:32 +0000 |
| commit | 8aef3ef34fd3f7443919c0f7294e4b1c909fdcf4 (patch) | |
| tree | 7c730b1868062ab11eaa649f6f35734f50fdf36c /setup.py | |
| parent | Remove unnecessary check in arXiv unit test (diff) | |
| parent | tests: add additional test about ToC, this time with arXiv provider (diff) | |
| download | paper2remarkable-8aef3ef34fd3f7443919c0f7294e4b1c909fdcf4.tar.gz paper2remarkable-8aef3ef34fd3f7443919c0f7294e4b1c909fdcf4.zip | |
Merge branch 'Kazy-pikepdf'
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,13 +13,13 @@ EMAIL = "gertjanvandenburg@gmail.com" LICENSE = "MIT" LICENSE_TROVE = "License :: OSI Approved :: MIT License" NAME = "paper2remarkable" -REQUIRES_PYTHON = ">=3.5.0" +REQUIRES_PYTHON = ">=3.6.0" URL = "https://github.com/GjjvdBurg/paper2remarkable" VERSION = None # What packages are required for this module to be executed? REQUIRED = [ - "PyPDF2>=1.26", + "pikepdf>=2.8.0", "beautifulsoup4>=4.8", "html2text>=2020.1.16", "markdown>=3.1.1", |
