From 3a346acfb6113b167be416b8bc6abef4cd973094 Mon Sep 17 00:00:00 2001 From: kevinnlsamuel Date: Tue, 15 Sep 2026 15:26:32 +0530 Subject: [PATCH] add dep --- galaxy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/galaxy.yml b/galaxy.yml index 87efe0d..f44ce43 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -41,7 +41,8 @@ tags: [] # collection label 'namespace.name'. The value is a version range # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' -dependencies: {} +dependencies: + community.general: >= 13.0.0 < 14.0.0 # The URL of the originating SCM repository repository: https://gitea.kevinnlsamuel.com/kevinnlsamuel/galaxy