From c84eed6360dec330aa1a91efca00ff594bdf3f2e Mon Sep 17 00:00:00 2001 From: Jonathan Math Date: Thu, 16 Sep 2021 18:46:53 -0500 Subject: [PATCH] add boto3 and botocore to requirements for flask_monitor --- flask_monitor/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flask_monitor/requirements.txt b/flask_monitor/requirements.txt index 1986de93e..2a8f74bac 100644 --- a/flask_monitor/requirements.txt +++ b/flask_monitor/requirements.txt @@ -10,3 +10,5 @@ sentry-sdk[flask] mongoengine==0.21.0 boto3==1.18.13 pyyaml==5.3.1 +boto3==1.18.12 +botocore==1.21.12 \ No newline at end of file