Skip to content

Commit b23a05a

Browse files
committed
Add moto dependency for s3 mocking
1 parent 8901e36 commit b23a05a

File tree

2 files changed

+115
-18
lines changed

2 files changed

+115
-18
lines changed

poetry.lock

Lines changed: 114 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pygments = "^2.19.1"
2525
[tool.poetry.group.dev.dependencies]
2626
bandit = "^1.8.3"
2727
black = "^25.1.0"
28+
moto = "^5.1.9"
2829

2930
[tool.poetry.group.docs.dependencies]
3031
sphinx-rtd-theme = "^3.0.2"

0 commit comments

Comments
 (0)