File tree Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Expand file tree Collapse file tree 2 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ dependencies = [
22
22
" semantic-version" ,
23
23
" robotremoteserver" ,
24
24
" apischema" ,
25
- " tomli-w" ,
26
- " rich" ,
27
25
]
28
26
features = [" all" ]
29
27
pre-install-commands = [" python ./scripts/install_packages.py" ]
Original file line number Diff line number Diff line change @@ -67,24 +67,25 @@ robotcode = "robotcode.cli:robotcode"
67
67
68
68
[project .optional-dependencies ]
69
69
debugger = [" robotcode-debugger" ]
70
- language-server = [" robotcode-language-server" ]
70
+ languageserver = [" robotcode-language-server" ]
71
71
runner = [" robotcode-runner" ]
72
72
analyze = [" robotcode-analyze" ]
73
- yaml = [" PyYAML>=5.4" , " types-PyYAML>=5.4 " ]
73
+ yaml = [" PyYAML>=5.4" ]
74
74
lint = [" robotframework-robocop>=2.0.0" ]
75
75
tidy = [" robotframework-tidy>=2.0.0" ]
76
76
rest = [" docutils" ]
77
77
colored = [" rich" ]
78
+ tomlw = [" tomli-w" ]
78
79
all = [
79
- " runner " ,
80
- " debugger " ,
81
- " language-server " ,
82
- " analyze" ,
83
- " yaml " ,
84
- " lint " ,
85
- " tidy " ,
86
- " colored " ,
87
- " rest " ,
80
+ " robotcode-debugger " ,
81
+ " robotcode-language-server " ,
82
+ " robotcode-runner " ,
83
+ " robotcode- analyze" ,
84
+ " PyYAML>=5.4 " ,
85
+ " robotframework-robocop>=2.0.0 " ,
86
+ " docutils " ,
87
+ " rich " ,
88
+ " tomli-w " ,
88
89
]
89
90
90
91
You can’t perform that action at this time.
0 commit comments