Skip to content

Commit 0ef9c2c

Browse files
GeiserXclaude
andcommitted
fix: add beautifulsoup4 to requirements.txt for HTML import
Was in pyproject.toml but missing from requirements.txt which the Dockerfile uses, causing 'No module named bs4' on HTML imports. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7a3cce4 commit 0ef9c2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ greenlet>=3.1.0
2424
pywebpush>=2.0.0
2525
py-vapid>=1.9.0
2626
cryptography>=42.0.0
27+
# HTML import parsing (v7.0+)
28+
beautifulsoup4>=4.12.0

0 commit comments

Comments
 (0)