]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Revert "Bump pdfminer-six from 20211012 to 20220319" 520/head
authorflorian on nixos (Florian Brandes) <florian.brandes@posteo.de>
Thu, 24 Mar 2022 13:28:32 +0000 (14:28 +0100)
committerflorian on nixos (Florian Brandes) <florian.brandes@posteo.de>
Thu, 24 Mar 2022 13:28:32 +0000 (14:28 +0100)
ocrmypdf requires pdfminer-six <=20211012

This reverts commit 0932f095e1aae856b59b3ea4f0a796d79f1e38ff.

requirements.txt

index c19a891669686cee62c7be698ea6312caa550f20..657fed3b98e6a108afe6226085407928b9aabc5d 100644 (file)
@@ -60,7 +60,7 @@ numpy==1.22.3; python_version >= '3.8'
 ocrmypdf==13.4.1
 packaging==21.3; python_version >= '3.6'
 pathvalidate==2.5.0
-pdfminer.six==20220319
+pdfminer.six==20211012
 pikepdf==5.0.1
 pillow==9.0.1
 pluggy==1.0.0; python_version >= '3.6'