Skip to content

Commit

Permalink
pin pypdf2 dependency version
Browse files Browse the repository at this point in the history
pin pypdf2 dependency to the last 2.x release as newer 3.x
releases remove the PDF file parser which nvme-lint relies on.
  • Loading branch information
jwdevantier authored and karlowich committed Mar 2, 2023
1 parent b0ca823 commit 7234731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
python_requires='>=3.6',
install_requires=[
"camelot-py[cv]",
"pyyaml"
"pyyaml",
"pypdf2==2.12.1",
],
package_dir={"": "./"},
packages=find_packages(),
Expand Down

0 comments on commit 7234731

Please sign in to comment.