Skip to content

Commit 7556161

Browse files
committed
Fix import tomli inside pyproject.toml.
Signed-off-by: Default <guilianolehmann@live.de>
1 parent 6da3f51 commit 7556161

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ authors = [
88
]
99
readme = "README.md"
1010
license = { file = "LICENSE.txt" }
11-
dependencies = []
11+
dependencies = [
12+
"tomli>=2; python_version < '3.11'",
13+
]
1214

1315
[tool.uv]
1416
package = true

0 commit comments

Comments
 (0)