From b3b883ca00b0e39ad3be170d17808c64a58c8353 Mon Sep 17 00:00:00 2001 From: David Heidelberg Date: Wed, 22 Mar 2023 19:23:47 +0100 Subject: [PATCH] bin/ci: mention requirements.txt Signed-off-by: David Heidelberg Part-of: --- bin/ci/ci_run_n_monitor.py | 1 + bin/ci/gitlab_gql.py | 1 + bin/ci/update_traces_checksum.py | 1 + 3 files changed, 3 insertions(+) diff --git a/bin/ci/ci_run_n_monitor.py b/bin/ci/ci_run_n_monitor.py index 512b34c..dda7797 100755 --- a/bin/ci/ci_run_n_monitor.py +++ b/bin/ci/ci_run_n_monitor.py @@ -4,6 +4,7 @@ # Tomeu Vizoso # David Heidelberg # +# For the dependencies, see the requirements.txt # SPDX-License-Identifier: MIT """ diff --git a/bin/ci/gitlab_gql.py b/bin/ci/gitlab_gql.py index 4a4c6ca..39516a4 100755 --- a/bin/ci/gitlab_gql.py +++ b/bin/ci/gitlab_gql.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# For the dependencies, see the requirements.txt import re from argparse import ArgumentDefaultsHelpFormatter, ArgumentParser, Namespace diff --git a/bin/ci/update_traces_checksum.py b/bin/ci/update_traces_checksum.py index 0e9c843..5da6562 100755 --- a/bin/ci/update_traces_checksum.py +++ b/bin/ci/update_traces_checksum.py @@ -3,6 +3,7 @@ # Authors: # David Heidelberg # +# For the dependencies, see the requirements.txt # SPDX-License-Identifier: MIT """ -- 2.7.4