blob: 8cb63c2da612ce231071a7a47402e7178da52d24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- pyproject.toml.orig 2023-08-03 09:26:18 UTC
+++ pyproject.toml
@@ -30,5 +30,5 @@ enum-compat = { version = "^0.0.2", python = "~2.7" }
[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
|