Skip to content
Snippets Groups Projects
Unverified Commit 2e4e2a2a authored by Pavel Zwerschke's avatar Pavel Zwerschke Committed by GitHub
Browse files

Replace bs4 with beautifulsoup4 (#12406)

parent bd7f7568
No related branches found
No related tags found
No related merge requests found
...@@ -29,12 +29,12 @@ license = "MIT" ...@@ -29,12 +29,12 @@ license = "MIT"
maintainers = ["dweekly"] maintainers = ["dweekly"]
name = "llama-index-readers-boarddocs" name = "llama-index-readers-boarddocs"
readme = "README.md" readme = "README.md"
version = "0.1.3" version = "0.1.4"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1" llama-index-core = "^0.10.1"
bs4 = "^0.0.2" beautifulsoup4 = ">=4.12.3,<5.0.0"
html2text = "^2020.1.16" html2text = "^2020.1.16"
requests = "^2.31.0" requests = "^2.31.0"
......
...@@ -50,14 +50,13 @@ license = "MIT" ...@@ -50,14 +50,13 @@ license = "MIT"
maintainers = ["FarisHijazi", "Haowjy", "ephe-meral", "hursh-desai", "iamarunbrahma", "jon-chuang", "mmaatouk", "ravi03071991", "sangwongenip", "thejessezhang"] maintainers = ["FarisHijazi", "Haowjy", "ephe-meral", "hursh-desai", "iamarunbrahma", "jon-chuang", "mmaatouk", "ravi03071991", "sangwongenip", "thejessezhang"]
name = "llama-index-readers-file" name = "llama-index-readers-file"
readme = "README.md" readme = "README.md"
version = "0.1.12" version = "0.1.13"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.8.1,<4.0" python = ">=3.8.1,<4.0"
llama-index-core = "^0.10.1" llama-index-core = "^0.10.1"
# pymupdf is AGPLv3-licensed, so it's optional # pymupdf is AGPLv3-licensed, so it's optional
pymupdf = {optional = true, version = "^1.23.21"} pymupdf = {optional = true, version = "^1.23.21"}
bs4 = "^0.0.2"
beautifulsoup4 = "^4.12.3" beautifulsoup4 = "^4.12.3"
pypdf = "^4.0.1" pypdf = "^4.0.1"
striprtf = "^0.0.26" striprtf = "^0.0.26"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment