diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6dff666..f4a2b9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,5 +27,5 @@ landlock = {version = "^1.0.0.dev4", platform = "linux"} restrict = "poetry_restrict_plugin.plugin:RestrictPlugin" [build-system] -requires = ["poetry-core"] +requires = ["poetry-core>=1.2.0"] build-backend = "poetry.core.masonry.api" |