Remove pdfminer.six upper version restriction

Needing to update this every time has become more inconvenient than dealing
with the occasional breakage in a new release.
This commit is contained in:
James R. Barlow
2022-05-24 16:51:38 -07:00
parent 11365575d7
commit e648411067
+1 -1
View File
@@ -49,7 +49,7 @@ install_requires =
coloredlogs>=14.0 # strictly optional
img2pdf>=0.3.0,<0.5 # pure Python
packaging>=20
pdfminer.six!=20200720,>=20191110,<=20220524
pdfminer.six!=20200720,>=20191110
pikepdf!=5.0.0,>=4.0.0
pluggy>=0.13.0,<2
reportlab>=3.5.66