Skip to content

Commit b1ebc93

Browse files
author
marwan37
committed
add tomli to pyproject.toml to parse toml files
1 parent 4938493 commit b1ebc93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = ["ZenML CodeMonkey <[email protected]>"]
66

77
[tool.poetry.dependencies]
88
python = ">=3.7.0,<3.9.0"
9+
tomli = "^2.0.1" # Added for parsing pyproject.toml files when generating Dockerfile.sandbox
910

1011
[tool.poetry.dev-dependencies]
1112
pytest = "^6.2.5"

0 commit comments

Comments
 (0)