Skip to content

Commit 725de4c

Browse files
committed
move mypy and type info into dev-time only dependencies thx @njh
1 parent 4203553 commit 725de4c

2 files changed

Lines changed: 61 additions & 61 deletions

File tree

poetry.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ pyparsing = "^3.1.2"
2121
pyyaml = "^6.0.1"
2222
pypubsub = "^4.0.3"
2323
bleak = "^0.21.1"
24-
mypy = "^1.10.0"
25-
mypy-protobuf = "^3.6.0"
26-
types-protobuf = "^5.26.0.20240422"
27-
types-tabulate = "^0.9.0.20240106"
28-
types-requests = "^2.31.0.20240406"
29-
types-setuptools = "^69.5.0.20240423"
30-
types-pyyaml = "^6.0.12.20240311"
3124
packaging = "^24.0"
3225

3326
[tool.poetry.group.dev.dependencies]
@@ -39,6 +32,13 @@ autopep8 = "^2.1.0"
3932
pylint = "^3.2.3"
4033
pytap2 = "^2.3.0"
4134
pyinstaller = "^6.8.0"
35+
mypy = "^1.10.0"
36+
mypy-protobuf = "^3.6.0"
37+
types-protobuf = "^5.26.0.20240422"
38+
types-tabulate = "^0.9.0.20240106"
39+
types-requests = "^2.31.0.20240406"
40+
types-setuptools = "^69.5.0.20240423"
41+
types-pyyaml = "^6.0.12.20240311"
4242

4343
[tool.poetry.extras]
4444
tunnel = ["pytap2"]

0 commit comments

Comments
 (0)