Skip to content

Commit b24ff31

Browse files
committed
feat: use poetry-core
1 parent 31d2b2f commit b24ff31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

end_to_end_tests/golden-record/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ attrs = ">=20.1.0,<22.0.0"
1818
python-dateutil = "^2.8.0"
1919

2020
[build-system]
21-
requires = ["poetry>=1.0"]
22-
build-backend = "poetry.masonry.api"
21+
requires = ["poetry-core>=1.0.0"]
22+
build-backend = "poetry.core.masonry.api"
2323

2424
[tool.black]
2525
line-length = 120

0 commit comments

Comments
 (0)