Skip to content

Commit 7bde3ab

Browse files
committed
chore(cli): add missing plugin dependency
1 parent f85621a commit 7bde3ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ classifiers = [
4949
"Framework :: Robot Framework :: Tool",
5050
]
5151
requires-python = ">=3.8"
52-
dependencies = ["robotcode-core==0.76.0"]
52+
dependencies = ["robotcode-core==0.76.0", "robotcode-plugin==0.76.0"]
5353
dynamic = ["version"]
5454

5555

@@ -294,6 +294,7 @@ exclude = ["**/.hatch", "**/node_modules", "**/__pycache__", "bundled/libs"]
294294
typeCheckingMode = "off"
295295
pythonVersion = "3.8"
296296

297+
297298
[tool.commitizen]
298299
name = "cz_conventional_commits"
299300
bump_message = "chore(release): bump version $current_version → $new_version"

0 commit comments

Comments
 (0)