Skip to content

Commit 73afa4a

Browse files
authored
Merge pull request #45 from jupyter-naas/fix-pytest
fix: Adding boto3 to dependencies
2 parents 2d1936d + 73092a4 commit 73afa4a

File tree

2 files changed

+113
-2
lines changed

2 files changed

+113
-2
lines changed

poetry.lock

+112-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
@@ -17,6 +17,7 @@ jinja2 = "^3.0.1"
1717
naas-models = "1.11.0"
1818
grpcio = "^1.60.0"
1919
pydash = "^7.0.7"
20+
boto3 = "^1.34.128"
2021

2122
[tool.poetry.group.dev.dependencies]
2223
pytest = "^7.3.1"

0 commit comments

Comments
 (0)