From cbdb34ed25a7e7c20382d1fbc02c595065eb9822 Mon Sep 17 00:00:00 2001 From: Luca Antiga Date: Wed, 23 Nov 2022 15:05:38 +0100 Subject: [PATCH] Add warning comment to cloud requirements --- requirements/app/cloud.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/app/cloud.txt b/requirements/app/cloud.txt index acda01289da6f..ea55bed75af60 100644 --- a/requirements/app/cloud.txt +++ b/requirements/app/cloud.txt @@ -1,3 +1,5 @@ +# WARNING: this file is not used directly by the backend +# any dependency here needs to be shipped with the base image redis>=4.0.1, <=4.2.4 docker>=5.0.0, <=5.0.3 s3fs>=2022.5.0, <2022.8.3