Skip to content

Commit

Permalink
Merge pull request #3 from ceb10n/features/add-boto3-stubs-deps
Browse files Browse the repository at this point in the history
Add boto3-stubs[secretsmanager] as a dependency
  • Loading branch information
ceb10n authored Jul 15, 2024
2 parents b29e30b + 33391c3 commit 3a2551b
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 3a2551b

Please sign in to comment.