diff options
author | 2025-03-17 19:33:27 +0100 | |
---|---|---|
committer | 2025-03-17 19:33:27 +0100 | |
commit | 59bdbcc9ffc6d2d70b7be62d36d6da0ccf9a2931 (patch) | |
tree | a64d36832b33b3e50e0dbd647aaadf74c4f60f4c | |
parent | Improve project description (diff) |
Update build system requirements
-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" |