diff --git a/vcpkg/vcpkg.json b/vcpkg/vcpkg.json index fb98134e48c4..68353f8a5ead 100644 --- a/vcpkg/vcpkg.json +++ b/vcpkg/vcpkg.json @@ -9,15 +9,16 @@ "registries": [ { "kind": "git", - "baseline": "a1ff436b784f9b2b08ad14682237fab50a3e1932", - "reference": "a1ff436b784f9b2b08ad14682237fab50a3e1932", + "baseline": "ca825c7a82276390809adda410246720e54964c2", "repository": "https://github.com/open-vcpkg/python-registry", "packages": [ "python3", "py-*", "gdal", "swig", - "vcpkg-python-scripts" + "vcpkg-python-scripts", + "vcpkg-tool-mercurial", + "pybind11" ] } ], @@ -96,6 +97,8 @@ "py-pyqt6", "py-qscintilla", "py-numpy", + "py-requests", + "py-markupsafe", "py-pyyaml", "py-psycopg2", "py-qgis-requirements",