From 0af604c8c5f30a3ed3e8c032fc9751e4d6572bf4 Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.uk> Date: Thu, 6 Jan 2022 08:08:37 +0000 Subject: [PATCH] chore: add `requirements.yml` Ensure that the `community.general` collections are installed. --- requirements.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 requirements.yml diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 00000000..72fe72df --- /dev/null +++ b/requirements.yml @@ -0,0 +1,2 @@ +collections: + - name: community.general