Skip to content

Commit 570232d

Browse files
committed
fix(robotcode): add missing robotcode-plugin dependency
1 parent 2555247 commit 570232d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/runner/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies = [
3030
"robotframework>=4.1.0",
3131
"robotcode-robot==0.68.0",
3232
"robotcode-modifiers==0.68.0",
33+
"robotcode-plugin==0.68.0",
3334
"robotcode==0.68.0",
3435
]
3536

pyproject.toml

Lines changed: 1 addition & 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.68.0"]
52+
dependencies = ["robotcode-core==0.68.0", "robotcode-plugin==0.68.0"]
5353
dynamic = ["version"]
5454

5555

0 commit comments

Comments
 (0)