From 3cf8ebd9c9b6571c004d7cf6d9f69c3ea0ecf981 Mon Sep 17 00:00:00 2001 From: Dan Hamik Date: Mon, 25 Nov 2024 13:55:14 -0600 Subject: [PATCH] Fixed requirements --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a624bd2..e6593da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ boto==2.49.0 boto3==1.26.27 botocore==1.29.27 -requests=2.28.1 -tabulate=0.8.9 \ No newline at end of file +requests==2.28.1 +tabulate==0.8.9 \ No newline at end of file