Skip to content

Commit

Permalink
add back required awscli dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Apr 5, 2022
1 parent 70d017d commit cb8a821
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 16 deletions.
142 changes: 126 additions & 16 deletions poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ attrs = ">=21.4"
xlrd3 = "1.1.0"
xlwt = "1.3.0"
dcicutils = ">=3.11.0"
# awscli is not directly imported but is required for aws cp operation
awscli = "^1.22.88"

[tool.poetry.dev-dependencies]
pytest = "3.0.1"
Expand Down

0 comments on commit cb8a821

Please sign in to comment.