From e41dc51768942593949290211ccd63f40dc8ef2d Mon Sep 17 00:00:00 2001 From: Alexander Dupuy Date: Tue, 7 Jan 2025 08:23:16 -0500 Subject: [PATCH] chore: pre-position fix for poetry warning about poetry-plugin-export Fix not enabled yet, since it requires poetry >= 2.0 --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c93b1c5..c3978d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,6 +163,11 @@ tox = "^4.23.2" re2 = ["pyre2"] re2-wheels = ["pyre2-updated"] +# Uncomment when ready to require poetry >= 2.0; for now it's just a warning: +# poetry-plugin-export will not be installed by default in a future version... +#[tool.poetry.requires-plugins] +#poetry-plugin-export = ">1.7" + [tool.poetry.scripts] reliabot = 'reliabot.reliabot:main'