Skip to content

Commit

Permalink
removed pypdf2 (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasmllr authored Mar 15, 2024
1 parent d5aece8 commit 90a788e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
20 changes: 1 addition & 19 deletions frontend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion frontend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ python = ">=3.12,<3.13"
django = "^4.2.8"
scikit-learn = "^1.2.2"
scipy = "^1.10.1"
pypdf2 = "^3.0.1"
pandas = "^2.2"
lmfit = "^1.1.0"
xhtml2pdf = "^0.2.9"
Expand Down
1 change: 0 additions & 1 deletion frontend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ pycparser==2.21 ; python_version >= "3.12" and python_version < "3.13" and platf
pyhanko-certvalidator==0.26.3 ; python_version >= "3.12" and python_version < "3.13"
pyhanko==0.23.1 ; python_version >= "3.12" and python_version < "3.13"
pyparsing==3.1.2 ; python_version >= "3.12" and python_version < "3.13"
pypdf2==3.0.1 ; python_version >= "3.12" and python_version < "3.13"
pypdf==4.1.0 ; python_version >= "3.12" and python_version < "3.13"
pypng==0.20220715.0 ; python_version >= "3.12" and python_version < "3.13"
python-bidi==0.4.2 ; python_version >= "3.12" and python_version < "3.13"
Expand Down

0 comments on commit 90a788e

Please sign in to comment.