Skip to content

Commit f84597e

Browse files
committed
update build-system
1 parent 8a0b1d5 commit f84597e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@ django = ">=3.0"
1818
[tool.poetry.dev-dependencies]
1919

2020
[build-system]
21-
requires = [
22-
"setuptools >= 61.0.0",
23-
"wheel"
24-
]
25-
build-backend = "setuptools.build_meta"
21+
requires = ["setuptools", "poetry_core>=1.0"]
22+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)