From 68e601a25a8d1ed80920544fe9729efe285c81a1 Mon Sep 17 00:00:00 2001 From: Vitor Sousa <32624576+vss-2@users.noreply.github.com> Date: Tue, 23 Apr 2024 00:40:35 -0300 Subject: [PATCH] [python] Fix missing html5lib dependency #348 --- python-package/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python-package/pyproject.toml b/python-package/pyproject.toml index d8a3c7f5..ace42040 100644 --- a/python-package/pyproject.toml +++ b/python-package/pyproject.toml @@ -25,6 +25,7 @@ shapely = "^1.7.0" python = "^3.9" requests = "^2.25.1" lxml = "^5.1.0" +html5lib = "1.1" [tool.poetry.dev-dependencies] pytest = "^6.0"