Skip to content

Commit e7e9f44

Browse files
committed
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.
1 parent 14b124a commit e7e9f44

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)