diff --git a/cz.bugsy.roster.json b/cz.bugsy.roster.json index ae766a5..3c4e6d5 100644 --- a/cz.bugsy.roster.json +++ b/cz.bugsy.roster.json @@ -28,6 +28,13 @@ ] }, "modules" : [ + { + "name" : "python3-pyyaml", + "buildsystem" : "simple", + "build-commands" : [ + "pip3 install --no-deps --prefix=/app pyyaml" + ] + }, { "name" : "roster", "builddir" : true, diff --git a/src/main-window.ui b/src/main-window.ui index 1c36385..2266403 100644 --- a/src/main-window.ui +++ b/src/main-window.ui @@ -3,6 +3,19 @@ + +
+ + Import from OpenAPI / Swagger + win.import-openapi + + + Import from WSDL + win.import-wsdl + +
+
+