From 67f1ad684860f8341b0e073f8b85192ea07767ae Mon Sep 17 00:00:00 2001 From: Ethan Harris Date: Tue, 20 Dec 2022 15:53:04 +0000 Subject: [PATCH] [App] Remove outdated warning from cloud requirements The cloud requirements are now installed automatically in all the required places so this warning is no longer accurate --- requirements/app/cloud.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements/app/cloud.txt b/requirements/app/cloud.txt index 14b4f30d7db5f..45b237ec2bd71 100644 --- a/requirements/app/cloud.txt +++ b/requirements/app/cloud.txt @@ -1,5 +1,3 @@ -# 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, <6.0.2 s3fs>=2022.5.0, <2022.8.3