diff --git a/dev/charts-local.py b/dev/charts-local.py index 391ca1af..2abfb5cb 100755 --- a/dev/charts-local.py +++ b/dev/charts-local.py @@ -1,6 +1,14 @@ #!/usr/bin/env python3 # SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH # SPDX-License-Identifier: Apache-2.0 +# /// script +# requires-python = ">=3.12" +# dependencies = [ +# "configargparse", +# "gitpython", +# "pyyaml", +# ] +# /// import os.path import logging