mirror of
https://github.com/kanzure/pdfparanoia.git
synced 2025-07-15 14:08:21 +02:00
Package: use a version of PDFMiner since the interface change (#37).
This commit is contained in:
parent
380bc289b3
commit
95a249d8ab
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
pdfminer>=0
|
||||
pdfminer>=20131113
|
||||
|
|
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ long_description = open(os.path.join(os.path.dirname(__file__), "README.md")).re
|
|||
if platform.python_version() >= "3.0.0":
|
||||
dependencies = ["pdfminer3k>=1.3.0"]
|
||||
else:
|
||||
dependencies = ["pdfminer>=0"]
|
||||
dependencies = ["pdfminer>=20131113"]
|
||||
|
||||
packages = [
|
||||
"pdfparanoia",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue