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 95caf10 commit 151b498Copy full SHA for 151b498
pyproject.toml
@@ -66,10 +66,10 @@ robotcode = "robotcode.cli.__main__:main"
66
67
68
[project.optional-dependencies]
69
-debugger = ["robotcode-debugger"]
70
-languageserver = ["robotcode-language-server"]
71
-runner = ["robotcode-runner"]
72
-analyze = ["robotcode-analyze"]
+debugger = ["robotcode-debugger==0.34.0"]
+languageserver = ["robotcode-language-server==0.34.0"]
+runner = ["robotcode-runner==0.34.0"]
+analyze = ["robotcode-analyze==0.34.0"]
73
yaml = ["PyYAML>=5.4"]
74
lint = ["robotframework-robocop>=2.0.0"]
75
tidy = ["robotframework-tidy>=2.0.0"]
0 commit comments