summarylogtreecommitdiffstats
path: root/build.patch
blob: 4243de1ae0f465f752567d221f79486ce119927e (plain)
1
2
3
4
5
6
7
8
9
10
--- a/pyproject.toml	2023-12-22 20:20:23.840012911 +0100
+++ b/pyproject.toml	2023-12-22 20:20:33.000013110 +0100
@@ -56,5 +56,5 @@
 skip-string-normalization = true
 
 [build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"