Skip to content

Commit 078c27d

Browse files
committed
remove tomlkit from poetry-core
tomli is smaller, faster, and being adopted by the standard library. poetry-core has no need of the extra features that tomlkit brings.
1 parent a41467e commit 078c27d

37 files changed

+3621
-5328
lines changed

poetry.lock

+39-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ tox = "^3.0"
5151
vendoring = {version = "^1.0", python = "^3.8"}
5252
build = "^0.7.0"
5353
mypy = ">=0.960"
54+
tomli-w = "^1.0.0"
5455
types-jsonschema = ">=4.4.4"
5556
types-setuptools = ">=57.4.14"
5657

@@ -91,7 +92,6 @@ exclude = "(?x)(^tests/.*/fixtures | ^src/poetry/core/_vendor)"
9192
[[tool.mypy.overrides]]
9293
module = [
9394
'lark.*',
94-
'tomlkit.*',
9595
'virtualenv.*',
9696
]
9797
ignore_missing_imports = true

0 commit comments

Comments
 (0)