Skip to content

Commit 38412dd

Browse files
committed
fix(datashare-python): missing tomlkit build dependency
1 parent eb88595 commit 38412dd

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

datashare-python/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "datashare-python"
3-
version = "0.2.17"
3+
version = "0.2.18"
44
description = "Manage Pythoœn tasks and local resources in Datashare"
55
authors = [
66
{ name = "Clément Doumouro", email = "cdoumouro@icij.org" },
@@ -33,7 +33,10 @@ Issues = "https://github.com/ICIJ/datashare-python/issues"
3333
datashare-python = "datashare_python.__main__:main"
3434

3535
[build-system]
36-
requires = ["hatchling"]
36+
requires = [
37+
"hatchling",
38+
"tomlkit==0.14.0"
39+
]
3740
build-backend = "hatchling.build"
3841

3942
[tool.hatch.build.hooks.custom]

0 commit comments

Comments
 (0)