Skip to content

Commit 094bb72

Browse files
committed
fix: add missing nltk dependency to root requirements and pyproject.toml
1 parent c9b24c7 commit 094bb72

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ pillow = "12.2.0"
1313
requests = "2.34.2"
1414
markdown2 = "2.5.5"
1515
reportlab = "4.5.1"
16+
nltk = "3.9.1"
17+
1618

1719
[tool.poetry.group.dev.dependencies]
1820
pytest = ">=8.0.0"

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ aiohttp==3.14.1
1414
# Markdown-to-PDF dependencies
1515
markdown2==2.5.5
1616
reportlab==4.5.1
17+
18+
# NLP dependencies
19+
nltk==3.9.1
20+

0 commit comments

Comments
 (0)