Skip to content

Commit

Permalink
remove tomlkit from poetry-core
Browse files Browse the repository at this point in the history
tomli is smaller, faster, and being adopted by the standard library.

poetry-core has no need of the extra features that tomlkit brings.
  • Loading branch information
dimbleby committed Sep 24, 2022
1 parent 403a754 commit 34eb0e8
Show file tree
Hide file tree
Showing 37 changed files with 3,621 additions and 5,328 deletions.
62 changes: 39 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ tox = "^3.0"
vendoring = {version = "^1.0", python = "^3.8"}
build = "^0.7.0"
mypy = ">=0.960"
tomli-w = "^1.0.0"
types-jsonschema = ">=4.4.4"
types-setuptools = ">=57.4.14"

Expand Down Expand Up @@ -91,7 +92,6 @@ exclude = "(?x)(^tests/.*/fixtures | ^src/poetry/core/_vendor)"
[[tool.mypy.overrides]]
module = [
'lark.*',
'tomlkit.*',
'virtualenv.*',
]
ignore_missing_imports = true
Expand Down
Loading

0 comments on commit 34eb0e8

Please sign in to comment.