We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d17ad3 + fdb3bfa commit 43536f3Copy full SHA for 43536f3
vcpkg/vcpkg.json
@@ -9,15 +9,16 @@
9
"registries": [
10
{
11
"kind": "git",
12
- "baseline": "a1ff436b784f9b2b08ad14682237fab50a3e1932",
13
- "reference": "a1ff436b784f9b2b08ad14682237fab50a3e1932",
+ "baseline": "ca825c7a82276390809adda410246720e54964c2",
14
"repository": "https://github.com/open-vcpkg/python-registry",
15
"packages": [
16
"python3",
17
"py-*",
18
"gdal",
19
"swig",
20
- "vcpkg-python-scripts"
+ "vcpkg-python-scripts",
+ "vcpkg-tool-mercurial",
21
+ "pybind11"
22
]
23
}
24
],
@@ -96,6 +97,8 @@
96
97
"py-pyqt6",
98
"py-qscintilla",
99
"py-numpy",
100
+ "py-requests",
101
+ "py-markupsafe",
102
"py-pyyaml",
103
"py-psycopg2",
104
"py-qgis-requirements",
0 commit comments