Skip to content

Commit 6122f04

Browse files
fix: add missing toml
1 parent db1cd52 commit 6122f04

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

poetry.lock

Lines changed: 13 additions & 1 deletion
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
@@ -12,6 +12,7 @@ exclude = [".git", ".git/"]
1212
[tool.poetry.dependencies]
1313
python = "^3.12"
1414
nicegui = "^2.11.0"
15+
toml = "^0.10.2"
1516

1617
[tool.poetry.group.dev.dependencies]
1718
pytest = "^7.4.0"

0 commit comments

Comments
 (0)