From be699a8a62751d71d3d588910356c20f34d36f00 Mon Sep 17 00:00:00 2001 From: Luca Antiga Date: Sat, 26 Nov 2022 23:28:52 +0100 Subject: [PATCH] Add warning comment to cloud requirements (#15790) --- requirements/app/cloud.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements/app/cloud.txt b/requirements/app/cloud.txt index acda01289d..ea55bed75a 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