Skip to content

Commit fea18af

Browse files
patchmemoryclaude
andcommitted
build: add beautifulsoup4 to dev dependencies for E2E tests
The test_files_page_e2e.py module requires BeautifulSoup for HTML parsing and validation. This fixes the CI import error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent f0b0d36 commit fea18af

File tree

3 files changed

+29
-142
lines changed

3 files changed

+29
-142
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dev = [
2525
"pytest-playwright==0.4.3",
2626
"playwright==1.40.0",
2727
"requests>=2.32",
28+
"beautifulsoup4>=4.12",
2829
]
2930

3031
# Optional LLM provider (only needed if you enable Graphrag LLM features)

0 commit comments

Comments
 (0)