From 96ab4c07cff87e51491daf8efa84272b7c5441ae Mon Sep 17 00:00:00 2001 From: Jared Hendrickson Date: Fri, 6 Dec 2024 17:03:28 -0700 Subject: [PATCH] chore: remove boto3 from requriements.txt This was initially used to run the testing environment in AWS but it proved to be too slow and costly to sustain. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eed3ea92..cc5659e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,3 @@ jinja2~=3.1.4 pylint~=3.3.1 black~=24.10.0 mkdocs~=1.6.1 -boto3~=1.35.54 \ No newline at end of file