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.
robotcode-robot
1 parent 5d83353 commit d9cea02Copy full SHA for d9cea02
1 file changed
pyproject.toml
@@ -49,7 +49,11 @@ classifiers = [
49
"Framework :: Robot Framework :: Tool",
50
]
51
requires-python = ">=3.8"
52
-dependencies = ["robotcode-core==0.78.3", "robotcode-plugin==0.78.3"]
+dependencies = [
53
+ "robotcode-core==0.78.3",
54
+ "robotcode-plugin==0.78.3",
55
+ "robotcode-robot==0.78.3",
56
+]
57
dynamic = ["version"]
58
59
0 commit comments