Skip to content

Commit 55d0406

Browse files
committed
Hotfix: add requires-plugins to support export in poetry 2+
1 parent 859ff9e commit 55d0406

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ build-backend = "poetry.core.masonry.api"
5454
[tool.pytest.ini_options]
5555
asyncio_mode = "auto"
5656
asyncio_default_fixture_loop_scope = "function"
57+
58+
[tool.poetry.requires-plugins]
59+
poetry-plugin-export = ">=1.8"

0 commit comments

Comments
 (0)