diff --git a/vcpkg.json b/vcpkg.json index 2f7f31d..77cae73 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,6 +3,7 @@ "version-string": "2.4", "dependencies": [ "openssl", - "curl" + "curl", + "python3" ] }