From 02b436ff8b4099bff5b1877420b79713cfac00e2 Mon Sep 17 00:00:00 2001 From: Smig Tech Date: Tue, 1 Aug 2023 22:07:18 -0400 Subject: [PATCH] fix: add boto to requirements --- .gitea/workflows/learn-gitea.actions.yml | 3 --- requirements.txt | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/learn-gitea.actions.yml b/.gitea/workflows/learn-gitea.actions.yml index 2bbdff9..813b04a 100644 --- a/.gitea/workflows/learn-gitea.actions.yml +++ b/.gitea/workflows/learn-gitea.actions.yml @@ -10,7 +10,4 @@ jobs: with: python-version: 'pypy3.10' - run: pip install --upgrade pip - - run: pip freeze - - run: pip install boto3 - - run: pip freeze - run: pip install -r requirements.txt && python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com" diff --git a/requirements.txt b/requirements.txt index a555e09..f5b2c07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,9 @@ +boto==2.49.0 +boto3==1.28.10 +botocore==1.31.10 jmespath==1.0.1 python-dateutil==2.8.2 +python-dotenv==1.0.0 s3transfer==0.6.1 six==1.16.0 urllib3==1.26.16