Skip to content

Commit

Permalink
Merge pull request #181 from Aiven-Open/boto3-stubs
Browse files Browse the repository at this point in the history
Simplify dependency on boto3 type annotations
  • Loading branch information
giacomo-alzetta-aiven authored Apr 18, 2024
2 parents 23156ce + d6856d4 commit 5bd0efd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,15 @@ dev = [
'typing_extensions >= 3.10, < 5; python_version<"3.12"',
# Unpinned dependencies, latest is fine
"botocore",
"botocore-stubs",
"mypy_boto3_s3",
"pytest",
"pytest-cov",
"pytest-mock",
"pytest-timeout",
"pytest-asyncio",
"rstfmt",
"boto3-stubs[s3]",
"types-python-dateutil",
"types-paramiko",
"types-botocore",
"types-httplib2",
"types-mock",
"types-requests",
Expand Down

0 comments on commit 5bd0efd

Please sign in to comment.