Skip to content

Commit

Permalink
Add boto3 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Oct 5, 2021
1 parent 43d26c3 commit 33f6c39
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 2 deletions.
86 changes: 85 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,14 @@ aws-adfs = "aws_adfs.commands:cli"

[tool.poetry.dependencies]
python = "^3.5"
botocore = ">=1.12.6"
boto3 = [
{ version = "^1.16.63", python = "^3.5.0" },
{ version = ">=1.16.63", python = ">=3.6" },
]
botocore = [
{ version = "^1.19.63", python = "^3.5.0" },
{ version = ">=1.19.63", python = ">=3.6" },
]
click = "*"
configparser = "*"
fido2 = "^0.8.1" # fido2 0.9.0 is a breaking release
Expand Down

0 comments on commit 33f6c39

Please sign in to comment.