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

fix(deps): Adds support for AES-encrypted PDFs #145

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Show file tree
Hide file tree
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
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
0.2.14

## Current

**0.2.15 - 2022-07-27**

Fixes:
- Adds PyCryptodome in order to handle encrypted PDFs ([144](https://github.com/freelawproject/doctor/issues/144))

## Previous Versions

**0.2.14 - 2022-07-26**

Features:
- Adds sentry integration
- Adds django-environ to allow environment variables for Django settings

## Previous Versions

**0.2.13 - 2022-06-02**

This release is focused on performance improvements and easier scaling. It:
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==3.2.6
gunicorn==20.1.0
PyPDF2
PyPDF2[crypto]
Pillow
requests
pdf2image
Expand All @@ -19,7 +19,6 @@ pdf2image>=1.7.1
pdfplumber
Pillow>=8.0.1
pkginfo==1.5.0.1
PyPDF2>=1.26.0
pytesseract>=0.3.5
requests>=2.25.0
six>=1.15.0
Expand Down