Skip to content

Commit

Permalink
CUT pypdf3 from requirements.txt & setup.py install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
sfneal committed Jul 10, 2024
1 parent 3d48807 commit 714876d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ PyMuPDF==1.22.5; python_version <= "3.7"
PyMuPDF==1.24.7; python_version >= "3.8"
PyMuPDFb==1.24.6; python_version >= "3.8"
pypdf==4.2.0
PyPDF3==1.0.6
reportlab==4.2.2
tqdm==4.66.4
-r requirements-crypto.txt
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def get_version(version_file='_version.py'):
'pdfrw>=0.4',
'PyMuPDF>=1.17.7,<=1.24.7',
'pypdf>=4.2.0',
'PyPDF3>=1.0.1',
'PillowImage>=1.2.0',
'PyBundle>=1.0.6',
],
Expand Down

0 comments on commit 714876d

Please sign in to comment.