Skip to content

Commit d9cea02

Browse files
committed
fix(robotcode): add missing robotcode-robot dependency
1 parent 5d83353 commit d9cea02

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ classifiers = [
4949
"Framework :: Robot Framework :: Tool",
5050
]
5151
requires-python = ">=3.8"
52-
dependencies = ["robotcode-core==0.78.3", "robotcode-plugin==0.78.3"]
52+
dependencies = [
53+
"robotcode-core==0.78.3",
54+
"robotcode-plugin==0.78.3",
55+
"robotcode-robot==0.78.3",
56+
]
5357
dynamic = ["version"]
5458

5559

0 commit comments

Comments
 (0)