From 3501b82cbefc0917c2fc01e097e29731ce0ad26b Mon Sep 17 00:00:00 2001 From: bbhtt Date: Thu, 5 Sep 2024 15:04:52 +0530 Subject: [PATCH] Update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6fc035e5..ee6acb0f 100644 --- a/README.md +++ b/README.md @@ -50,14 +50,14 @@ poetry run flatpak-builder-lint --help ``` The following Python dependencies are needed to run -`jsonschema==4.19.1, requests==2.32.2, lxml==5.2.2, sentry-sdk==1.34.0, -PyGObject==3.48.2`. Additionally `poetry-core>=1.0.0` is necessary -to build. +`jsonschema^4.19.1, requests^2.32.2, requests-cache^1.2.1, lxml^5.2.2, +sentry-sdk^2.8.0, PyGObject=^3.48.2`. Additionally `poetry-core>=1.0.0` +is necessary to build. -Additional tools are required by subcommands and checks: +Additionally the following tools or packages must be installed: +- `libgirepository1.0-dev, gir1.2-ostree-1.0` - `flatpak-builder` for validating flatpak-builder manifests -- `ostree` for validating ostree repositories containing builds - `appstreamcli` from `org.flatpak.Builder` for validating MetaInfo files - `desktop-file-validate` to validate desktop files