From c5f6647e8b161ba99458e46f93d2aab22b1ede01 Mon Sep 17 00:00:00 2001 From: Nicolas Godet <39594821+nicogodet@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:06:18 +0100 Subject: [PATCH] add py-lxml --- vcpkg/vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vcpkg/vcpkg.json b/vcpkg/vcpkg.json index 4d236a26ccc..6a5614a37d5 100644 --- a/vcpkg/vcpkg.json +++ b/vcpkg/vcpkg.json @@ -8,7 +8,7 @@ "registries": [ { "kind": "git", - "baseline": "02f0c7fc53be545969c4e400dec079af9c82240a", + "baseline": "a068d5253821e7adfb8ac2513e9e1572bb025682", "repository": "https://github.com/open-vcpkg/python-registry", "packages": [ "python3", @@ -98,6 +98,7 @@ "py-dateutil", "py-isort", "py-jinja2", + "py-lxml", "py-markupsafe", "py-numpy", "py-owslib",