Skip to content

Commit

Permalink
fix: Add missing dependency on click
Browse files Browse the repository at this point in the history
Wuestengecko committed May 28, 2024

Verified

This commit was signed with the committer’s verified signature.
cavemanloverboy cavemanloverboy
1 parent 28cbf88 commit 1c0379f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -28,7 +28,8 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"capellambse"
"capellambse",
"click",
]

[project.scripts]

0 comments on commit 1c0379f

Please sign in to comment.