Skip to content

Commit

Permalink
Merge pull request #157 from 4dn-dcic/add_back_awscli
Browse files Browse the repository at this point in the history
add back required awscli dependency
  • Loading branch information
aschroed committed Apr 5, 2022
2 parents 70d017d + 5ee168a commit dd4f3a9
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 17 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.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Submit4DN"
version = "2.1.0"
version = "2.1.1"
description = "Utility package for submitting data to the 4DN Data Portal"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand All @@ -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 dd4f3a9

Please sign in to comment.