Skip to content

Commit

Permalink
Merge pull request jonaswinkler#1116 from paperless-ngx/feature-bugfi…
Browse files Browse the repository at this point in the history
…x-reportlab

Chore: Manually downgrade reportlab (and update everything else)
  • Loading branch information
stumpylog authored Jun 8, 2022
2 parents de4fdc0 + 75e77c5 commit 15c716e
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 64 deletions.
106 changes: 54 additions & 52 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 13 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# pipenv lock --requirements
#

-i https://pypi.python.org/simple/
--extra-index-url https://www.piwheels.org/simple/
-i https://pypi.python.org/simple
--extra-index-url https://www.piwheels.org/simple
aioredis==1.3.1
anyio==3.6.1; python_full_version >= '3.6.2'
arrow==1.2.2; python_version >= '3.6'
Expand All @@ -26,25 +26,25 @@ click==8.1.3; python_version >= '3.7'
coloredlogs==15.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
concurrent-log-handler==0.9.20
constantly==15.1.0
cryptography==36.0.2; python_version >= '3.6'
cryptography==37.0.2; python_version >= '3.6'
daphne==3.0.2; python_version >= '3.6'
dateparser==1.1.1
django-cors-headers==3.12.0
django-cors-headers==3.13.0
django-extensions==3.1.5
django-filter==21.1
django-picklefield==3.0.1; python_version >= '3'
django-q==1.3.9
django==4.0.4
django==4.0.5
djangorestframework==3.13.1
filelock==3.7.0
filelock==3.7.1
fuzzywuzzy[speedup]==0.18.0
gunicorn==20.1.0
h11==0.13.0; python_version >= '3.6'
hiredis==2.0.0; python_version >= '3.6'
httptools==0.4.0
humanfriendly==10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
hyperlink==21.0.0
idna==3.3; python_version >= '3.5'
idna==3.3; python_version >= '3'
imap-tools==0.55.0
img2pdf==0.4.4
importlib-resources==5.7.1; python_version < '3.9'
Expand All @@ -56,11 +56,11 @@ langdetect==1.0.9
lxml==4.9.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
msgpack==1.0.4
numpy==1.22.4; python_version >= '3.8'
ocrmypdf==13.4.4
ocrmypdf==13.4.7
packaging==21.3; python_version >= '3.6'
pathvalidate==2.5.0
pdf2image==1.16.0
pdfminer.six==20220506
pdfminer.six==20220524
pikepdf==5.1.3
pillow==9.1.1
pluggy==1.0.0; python_version >= '3.6'
Expand All @@ -75,19 +75,20 @@ python-dateutil==2.8.2
python-dotenv==0.20.0
python-gnupg==0.4.9
python-levenshtein==0.12.2
python-magic==0.4.26
python-magic==0.4.27
pytz-deprecation-shim==0.1.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
pytz==2022.1
pyyaml==6.0
pyzbar==0.1.9
redis==3.5.3
regex==2022.3.2; python_version >= '3.6'
reportlab==3.6.10; python_version >= '3.7' and python_version < '4'
# WARNING: Temporary manual change as piwheels build failed for 3.6.10
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'
service-identity==21.1.0
setuptools==62.3.2; python_version >= '3.7'
setuptools==62.3.3; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.2.0; python_version >= '3.5'
sqlparse==0.4.2; python_version >= '3.5'
Expand Down

0 comments on commit 15c716e

Please sign in to comment.