We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2555247 commit 570232dCopy full SHA for 570232d
packages/runner/pyproject.toml
@@ -30,6 +30,7 @@ dependencies = [
30
"robotframework>=4.1.0",
31
"robotcode-robot==0.68.0",
32
"robotcode-modifiers==0.68.0",
33
+ "robotcode-plugin==0.68.0",
34
"robotcode==0.68.0",
35
]
36
pyproject.toml
@@ -49,7 +49,7 @@ classifiers = [
49
"Framework :: Robot Framework :: Tool",
50
51
requires-python = ">=3.8"
52
-dependencies = ["robotcode-core==0.68.0"]
+dependencies = ["robotcode-core==0.68.0", "robotcode-plugin==0.68.0"]
53
dynamic = ["version"]
54
55
0 commit comments