Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Development #257

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ bagit==1.8.1
# via asterism
boltons==24.0.0
# via archivessnake
boto3==1.35.29
boto3==1.35.53
# via -r requirements.in
botocore==1.35.29
botocore==1.35.53
# via
# boto3
# s3transfer
Expand All @@ -28,13 +28,13 @@ cffi==1.17.1
# via cryptography
chardet==5.2.0
# via reportlab
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via
# pdfminer-six
# requests
coloredlogs==15.0.1
# via ocrmypdf
cryptography==43.0.1
cryptography==43.0.3
# via pdfminer-six
deprecation==2.1.0
# via pikepdf
Expand Down Expand Up @@ -91,7 +91,9 @@ pillow==9.5.0
# reportlab
pluggy==1.5.0
# via ocrmypdf
psycopg2==2.9.9
propcache==0.2.0
# via yarl
psycopg2==2.9.10
# via -r requirements.in
pycparser==2.22
# via cffi
Expand All @@ -103,16 +105,16 @@ pyyaml==6.0.2
# via
# archivessnake
# vcrpy
rapidfuzz==3.10.0
rapidfuzz==3.10.1
# via archivessnake
reportlab==4.2.4
reportlab==4.2.5
# via ocrmypdf
requests==2.32.3
# via
# -r requirements.in
# archivessnake
# iiif-prezi3
s3transfer==0.10.2
s3transfer==0.10.3
# via boto3
shortuuid==1.0.13
# via -r requirements.in
Expand All @@ -124,7 +126,7 @@ sqlparse==0.5.1
# via django
structlog==24.4.0
# via archivessnake
tqdm==4.66.5
tqdm==4.66.6
# via ocrmypdf
typing-extensions==4.12.2
# via
Expand All @@ -139,5 +141,5 @@ vcrpy==4.4.0
# via -r requirements.in
wrapt==1.16.0
# via vcrpy
yarl==1.13.1
yarl==1.17.1
# via vcrpy
Loading