Skip to content

Commit 699e8a1

Browse files
authored
Merge pull request #37 from onyx-dot-app/dane/new-packages
feat: Add fpdf2, pypdf and python-docx
2 parents f4deba2 + e2200d8 commit 699e8a1

2 files changed

Lines changed: 54 additions & 0 deletions

File tree

executor/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ requires-python = ">=3.11,<3.12"
1010
license = { text = "MIT" }
1111
authors = [{ name = "Chris Weaver" }]
1212
dependencies = [
13+
"fpdf2==2.8.7",
1314
"matplotlib==3.9.1",
1415
"matplotlib-inline>=0.1.7",
1516
"matplotlib-venn>=1.1.2",
@@ -19,6 +20,8 @@ dependencies = [
1920
"pandas==2.2.2",
2021
"pdfplumber>=0.11.7",
2122
"pydantic>=2.11.9",
23+
"pypdf==6.11.0",
24+
"python-docx==1.2.0",
2225
"python-pptx>=1.0.2",
2326
"scikit-image>=0.25.2",
2427
"scikit-learn>=1.7.2",

executor/uv.lock

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)