Skip to content

Commit f092e59

Browse files
author
Frankie Robertson
committed
Workaround for Poetry 1.1
See python-poetry/poetry#3153 (comment)
1 parent d197e5c commit f092e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sphinx-issues = {version = "^1.2.0", optional = true}
2626
[tool.poetry.dev-dependencies]
2727

2828
[build-system]
29-
requires = ["poetry-core>=1.0.0"]
29+
requires = ["setuptools", "poetry-core>=1.0.0"]
3030
build-backend = "poetry.core.masonry.api"
3131

3232
[tool.poetry.extras]

0 commit comments

Comments
 (0)