Skip to content

Commit

Permalink
Merge pull request #5 from ceb10n/features/add-boto3-deps
Browse files Browse the repository at this point in the history
Add boto3 as a dependency
  • Loading branch information
ceb10n authored Jul 15, 2024
2 parents 3a2551b + 4659793 commit b0d3055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ requires-python = '>=3.9'
dependencies = [
'pydantic>=2.0.1',
'pydantic-settings>=2.0.2',
'boto3>=1.27.0',
'boto3-stubs[secretsmanager]>=1.27.0',
]
dynamic = ['version']
Expand Down

0 comments on commit b0d3055

Please sign in to comment.