Skip to content

Commit 786c7bc

Browse files
authored
Use other dependency groups for 'all' (#1834)
1 parent ab9b41b commit 786c7bc

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

pyproject.toml

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -84,39 +84,7 @@ development = [
8484
"types-pyserial"
8585
]
8686
all = [
87-
# "pymodbus[serial]",
88-
"pyserial>=3.5",
89-
# "pymodbus[repl]",
90-
"aiohttp>=3.9.0b0",
91-
"typer[all]>=0.7.0",
92-
"prompt-toolkit>=3.0.36",
93-
"pygments>=2.15.0",
94-
"click>=8.0.0",
95-
# "pymodbus[simulator]",
96-
"aiohttp>=3.9.0b0",
97-
# "pymodbus[documentation]",
98-
"recommonmark>=0.7.1",
99-
"Sphinx>=5.3.0",
100-
"sphinx-rtd-theme>=1.1.1",
101-
# "pymodbus[development]",
102-
"build>=1.0.3",
103-
"codespell>=2.2.2",
104-
"coverage>=7.1.0",
105-
"mypy>=1.6.0",
106-
"pre-commit>=3.5.0",
107-
"pyflakes>=3.0.1",
108-
"pydocstyle>=6.3.0",
109-
"pycodestyle>=2.11.1",
110-
"pylint>=2.17.2",
111-
"pytest>=7.3.1",
112-
"pytest-asyncio>=0.20.3",
113-
"pytest-cov>=4.1.0",
114-
"pytest-timeout>=2.2.0",
115-
"pytest-xdist>=3.3.1",
116-
"ruff>=0.0.287",
117-
"twine>=4.0.2",
118-
"types-Pygments",
119-
"types-pyserial"
87+
"pymodbus[serial, repl, simulator, documentation, development]"
12088
]
12189

12290
[tool.setuptools]

0 commit comments

Comments
 (0)