From 0e1b875b31b3cb98a527d3b77cc75ccc2bf9b515 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 3 Aug 2026 18:37:12 +0200 Subject: [PATCH] chore(deps): add lxml --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d0b6f8..17d6148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ - "httpx>=0.28.1" + "httpx>=0.28.1", + "lxml>=6.0.2" ] [project.optional-dependencies]