Skip to content

Commit aa86cd9

Browse files
committed
declare tomlkit dependency
1 parent fc62d3e commit aa86cd9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "spec0-action"
44
description = "Python code to update the lower bounds of Scientific Python libraries according to SPEC 0"
55
requires-python = ">= 3.11"
66
version = "1.0.0"
7-
dependencies = ["packaging>=25.0", "pandas>=2.3.3", "requests>=2.32.5,<3"]
7+
dependencies = ["packaging>=25.0", "pandas>=2.3.3", "requests>=2.32.5,<3", "tomlkit>=0.13.3,<0.14"]
88

99
[build-system]
1010
build-backend = "hatchling.build"
@@ -16,7 +16,6 @@ platforms = ["linux-64"]
1616

1717
[tool.pixi.pypi-dependencies]
1818
spec0-action= { path = ".", editable = true }
19-
tomlkit = ">=0.13.3,<0.14"
2019

2120
[tool.pixi.tasks]
2221
update-dependencies = { cmd = ["python", "run_spec0_update.py"] }

0 commit comments

Comments
 (0)