Skip to content

Commit

Permalink
Merge pull request #9 from allavena/pdfminer-update
Browse files Browse the repository at this point in the history
Allow pdfminder >= 20160202
  • Loading branch information
edgaraafelix authored Oct 22, 2024
2 parents 5cf20bb + 32908a3 commit 6747be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
install_requires=[
"fdfgen>=0.13.0",
"jinja2>=2.8",
"pdfminer.six==20160202",
"pdfminer.six>=20160202",
"Pillow>=3.2.0",
"PyPDF2>=1.25.1",
"reportlab>=3.3.0"
Expand Down

0 comments on commit 6747be3

Please sign in to comment.