Skip to content

Commit 79605b1

Browse files
committed
chore: update and cleanup python packages
1 parent 96bc974 commit 79605b1

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

pyproject.toml

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Source = "https://github.com/d-biehl/robotcode"
6161
yaml = ["PyYAML>=5.4", "types-PyYAML>=5.4"]
6262
lint = ["robotframework-robocop>=2.0.0"]
6363
tidy = ["robotframework-tidy>=2.0.0"]
64-
rest = ["docutils", "types-docutils"]
64+
rest = ["docutils"]
6565

6666
[project.scripts]
6767
'robotcode.debugger' = 'robotcode.debugger.__main__:main'
@@ -89,16 +89,9 @@ dependencies = [
8989
"debugpy",
9090
"GitPython",
9191
"semantic-version",
92-
"pre-commit",
93-
"python-semantic-release",
9492
"robotremoteserver",
95-
"PyYAML>=5.4",
96-
"types-PyYAML>=5.4",
97-
"robotframework-robocop>=2.0.0",
98-
"robotframework-tidy>=2.0.0",
99-
"docutils",
100-
"types-docutils",
10193
]
94+
features = ["yaml", "rest"]
10295

10396

10497
[tool.hatch.envs.default.scripts]
@@ -146,23 +139,8 @@ matrix.rf.dependencies = [
146139
]
147140

148141
[tool.hatch.envs.lint]
149-
detached = true
150-
dependencies = [
151-
"pytest",
152-
"pytest_asyncio",
153-
"pytest-regtest>=1.5.0",
154-
"mypy",
155-
"ruff",
156-
"black",
157-
"debugpy",
158-
"robotremoteserver",
159-
"PyYAML>=5.4",
160-
"types-PyYAML>=5.4",
161-
"robotframework-robocop>=2.0.0",
162-
"robotframework-tidy>=2.0.0",
163-
"docutils",
164-
"types-docutils",
165-
]
142+
skip-install = true
143+
features = ["yaml", "rest"]
166144

167145
[tool.hatch.envs.lint.scripts]
168146
typing = "mypy --install-types --non-interactive {args:.}"

0 commit comments

Comments
 (0)