mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-25 20:50:43 -05:00
fix: add boto to requirements
This commit is contained in:
parent
1f16923090
commit
02b436ff8b
2 changed files with 4 additions and 3 deletions
|
@ -10,7 +10,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: 'pypy3.10'
|
python-version: 'pypy3.10'
|
||||||
- run: pip install --upgrade pip
|
- 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"
|
- run: pip install -r requirements.txt && python3 main.py --bucket "smiggiddy" --host "us-east-1.linodeobjects.com"
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
|
boto==2.49.0
|
||||||
|
boto3==1.28.10
|
||||||
|
botocore==1.31.10
|
||||||
jmespath==1.0.1
|
jmespath==1.0.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
|
python-dotenv==1.0.0
|
||||||
s3transfer==0.6.1
|
s3transfer==0.6.1
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
urllib3==1.26.16
|
urllib3==1.26.16
|
||||||
|
|
Loading…
Reference in a new issue