Skip to content

Commit 23f267e

Browse files
committed
Move black and mypy to optional dependencies.
1 parent 6fc2875 commit 23f267e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ dependencies = [
1919
"click>=6.7",
2020
"SungrowModbusTcpClient@git+https://github.com/rpvelloso/Sungrow-Modbus#egg=38946080d9be2850c962f1e8cb793bb09c872d6d",
2121
"pytest-asyncio>=1.2.0",
22-
"black>=25.9.0",
23-
"mypy>=1.18.2",
2422
]
2523

2624
[project.urls]
@@ -32,6 +30,8 @@ test = [
3230
"pytest",
3331
"codecov",
3432
"pytest-cov>=7.0.0",
33+
"black>=25.9.0",
34+
"mypy>=1.18.2",
3535
]
3636

3737
[project.scripts]

0 commit comments

Comments
 (0)