From: Trenton Holmes Date: Thu, 9 Jun 2022 00:04:00 +0000 (-0700) Subject: Manually downgrades reportlab, no 3.9 wheel was built yet X-Git-Tag: v1.8.0-beta.rc1~53^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1014%2Fhead;p=thirdparty%2Fpaperless-ngx.git Manually downgrades reportlab, no 3.9 wheel was built yet --- diff --git a/requirements.txt b/requirements.txt index 28c3df01c5..2b06a8743c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -83,7 +83,8 @@ pyyaml==6.0 pyzbar==0.1.9 redis==4.3.3 regex==2022.3.2; python_version >= '3.6' -reportlab==3.6.10; python_version >= '3.7' and python_version < '4' +# Manual downgrade until piwheel is working with this package again +reportlab==3.6.9; python_version >= '3.7' and python_version < '4' requests==2.27.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' scikit-learn==1.0.2 scipy==1.8.1; python_version < '3.11' and python_version >= '3.8'