From 1a0a20546699021c547ffb4cc4979bf334b39b53 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 18 Jun 2023 20:13:08 +0200 Subject: Clean up pyproject.toml and package.json, fix poetry options (#25327) - Reduce `pyproject.toml` and `package.json` to the minimal required format, removing unneeded properties. `build-system` is not needed as per [this](https://github.com/python-poetry/poetry/issues/8110#issuecomment-1595846841). - Fix `poetry.toml` options they were wrong previously. - Add dependencies of poetry files to templates `files-changed`. --------- Co-authored-by: Giteabot --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index d5151bd480..ce5f475b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,3 @@ djlint = "1.31.0" [tool.djlint] profile="golang" ignore="H005,H006,H008,H013,H014,H016,H020,H021,H023,H026,H030,H031,T027" - -[build-system] -requires = ["poetry-core"] -build-backend = "poetry.core.masonry.api" -- cgit v1.2.3