Skip to content

Commit 4c36d5b

Browse files
committed
cli: Unpin click and toml versions
Resolves eclipse/cloe #217.
1 parent f7f2aee commit 4c36d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ authors = [
1515
keywords = ["cloe"]
1616
requires-python = ">=3.7"
1717
dependencies = [
18-
"toml == 0.10.*",
19-
"click == 7",
18+
"toml >= 0.10",
19+
"click >= 7.0",
2020
]
2121

2222
[project.scripts]

0 commit comments

Comments
 (0)