Skip to content

Commit 43536f3

Browse files
authored
Merge pull request qgis#59046 from qgis/pydeps
Update python dependencies
2 parents 8d17ad3 + fdb3bfa commit 43536f3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

vcpkg/vcpkg.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
"registries": [
1010
{
1111
"kind": "git",
12-
"baseline": "a1ff436b784f9b2b08ad14682237fab50a3e1932",
13-
"reference": "a1ff436b784f9b2b08ad14682237fab50a3e1932",
12+
"baseline": "ca825c7a82276390809adda410246720e54964c2",
1413
"repository": "https://github.com/open-vcpkg/python-registry",
1514
"packages": [
1615
"python3",
1716
"py-*",
1817
"gdal",
1918
"swig",
20-
"vcpkg-python-scripts"
19+
"vcpkg-python-scripts",
20+
"vcpkg-tool-mercurial",
21+
"pybind11"
2122
]
2223
}
2324
],
@@ -96,6 +97,8 @@
9697
"py-pyqt6",
9798
"py-qscintilla",
9899
"py-numpy",
100+
"py-requests",
101+
"py-markupsafe",
99102
"py-pyyaml",
100103
"py-psycopg2",
101104
"py-qgis-requirements",

0 commit comments

Comments
 (0)