feat: aioboto3 for instead of boto3
All checks were successful
Deploy on Push / deploy (push) Successful in 1m33s

This commit is contained in:
Stepan Vladovskiy
2024-05-06 04:50:19 -03:00
parent 72fc9bd667
commit ef2c902b32
2 changed files with 12 additions and 24 deletions

View File

@@ -11,8 +11,7 @@ python = "^3.12"
aiohttp = "^3.9.1"
uvicorn = "^0.24.0.post1"
starlette = "^0.33.0"
boto3 = "^1.33.6"
botocore = "^1.33.6"
aioboto3 = "^9.0.0"
[tool.poetry.dev-dependencies]
black = "^23.10.1"