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

Conversation

mlissner
Copy link
Member

We did not previously install PyCryptodome, a dependency that's needed by pypdf2 to handle encrypted PDFs. Now we do.

@mlissner mlissner linked an issue Jul 27, 2022 that may be closed by this pull request
@mlissner mlissner merged commit d8a5719 into main Jul 27, 2022
@mlissner mlissner deleted the 144-missing-dep branch July 27, 2022 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

DependencyError: PyCryptodome is required for AES algorithm
1 participant