Skip to content

Commit 138591a

Browse files
committed
updating pyproject.toml to have botocore as a dependency
1 parent 3a85c7f commit 138591a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ include = [
1313
[tool.poetry.dependencies]
1414
python = ">=3.9,<3.10"
1515
authutils = {git = "https://git@github.com/uc-cdis/authutils.git", branch = "feat/jq-testing"}
16+
botocore = "*"
1617
gen3datamodel = ">=3.2.1"
1718
datamodelutils = ">=1.0"
1819
defusedxml = ">=0.5"

0 commit comments

Comments
 (0)