Skip to content

Commit

Permalink
Add boto3-stubs[secretsmanager] as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Marques committed Jul 15, 2024
1 parent b29e30b commit 33391c3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ classifiers = [
'Topic :: Internet',
]
requires-python = '>=3.9'
dependencies = ['pydantic>=2.0.1', 'pydantic-settings>=2.0.2']
dependencies = [
'pydantic>=2.0.1',
'pydantic-settings>=2.0.2',
'boto3-stubs[secretsmanager]>=1.27.0',
]
dynamic = ['version']


Expand Down

0 comments on commit 33391c3

Please sign in to comment.