Skip to content

Commit

Permalink
fix: Install boto3 CRT extra feature always (aws-deadline#328)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crowe <crowest@amazon.com>
  • Loading branch information
crowecawcaw committed May 9, 2024
1 parent 52da0ea commit dffc71e
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 @@ -35,9 +35,7 @@ classifiers = [
# Applications that consume this library should be the ones that are more strictly
# limiting dependencies if they want/need to.
dependencies = [
# See CR platform and Python version support here: https://pypi.org/project/awscrt/#files
"boto3[crt] >= 1.34.75; python_version >= '3.7' and python_version <= '3.11'",
"boto3 >= 1.34.75; python_version < '3.7' or python_version > '3.11'",
"boto3[crt] >= 1.34.75",
"click >= 8.1.7",
"pyyaml >= 6.0",
# Job Attachments
Expand Down

0 comments on commit dffc71e

Please sign in to comment.