Skip to content

Commit

Permalink
Simplify dependency on boto3 type annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
exg committed Apr 18, 2024
1 parent a609c66 commit d6856d4
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 @@ -54,17 +54,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 d6856d4

Please sign in to comment.