Skip to content

Commit 0e2376b

Browse files
authored
build: move typing to dev-dependencies
Move `types-setuptools` and `types-toml` to dev-dependencies (#226) Signed-off-by: Adam Johnson <[email protected]>
1 parent 7b3ce65 commit 0e2376b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ packageurl-python = ">= 0.9"
4747
setuptools = ">= 47.0.0"
4848
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
4949
toml = "^0.10.0"
50-
# `types-setuptools` need to stay in sync with version of `setuptools` - but 47 was not typed...
51-
types-setuptools = ">= 57.0.0"
52-
# `types-toml` need to stay in sync with version of `toml`
53-
types-toml = "^0.10.0"
5450

5551
[tool.poetry.dev-dependencies]
5652
tox = "^3.25.0"
@@ -64,6 +60,10 @@ flake8-bugbear = "^22.4.25"
6460
flake8-isort = { version = "^4.1.0", python = ">= 3.6.1" }
6561
jsonschema = { version = ">= 4.4.0", python = "> 3.6"}
6662
lxml = ">=4.7.0"
63+
# `types-setuptools` need to stay in sync with version of `setuptools` - but 47 was not typed...
64+
types-setuptools = ">= 57.0.0"
65+
# `types-toml` need to stay in sync with version of `toml`
66+
types-toml = "^0.10.0"
6767
xmldiff = ">=2.4"
6868

6969
[build-system]

0 commit comments

Comments
 (0)