-
- Downloads
`beautifulsoup4` optional dependency (#10156)
* Moved bs4 to be optional, with new extra 'html' for it, and ran 'poetry lock' * Adjusts imports for optional bs4, and added xfail to tests * Added CHANGELOG entry * Fixed html extra to be in extras section
Showing
- CHANGELOG.md 4 additions, 0 deletionsCHANGELOG.md
- llama_index/node_parser/file/html.py 5 additions, 4 deletionsllama_index/node_parser/file/html.py
- poetry.lock 225 additions, 223 deletionspoetry.lock
- pyproject.toml 4 additions, 1 deletionpyproject.toml
- tests/node_parser/test_html.py 28 additions, 0 deletionstests/node_parser/test_html.py
- tests/readers/test_html_reader.py 6 additions, 0 deletionstests/readers/test_html_reader.py
- tests/readers/test_load_reader.py 7 additions, 0 deletionstests/readers/test_load_reader.py
Loading
Please register or sign in to comment