change: skip funppy version requirements

This commit is contained in:
debugtalk
2022-05-05 14:33:07 +08:00
parent 0bd8cf39ea
commit fb229c89c4

View File

@@ -185,7 +185,7 @@ func createPythonPlugin(projectName string) error {
return errors.Wrap(err, "copy file failed")
}
_, err = builtin.EnsurePython3Venv(fmt.Sprintf("funppy>=%s", shared.Version))
_, err = builtin.EnsurePython3Venv("funppy")
if err != nil {
return err
}