Skip to content

Commit 3bc03fb

Browse files
committed
build(build-system): Include setuptools to allow "pip install -e ."
1 parent fe319a5 commit 3bc03fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ format = ["black", "isort"]
8181
lint = ["flake8"]
8282

8383
[build-system]
84-
requires = ["poetry_core>=1.0.0"]
84+
requires = ["poetry_core>=1.0.0", "setuptools>50"]
8585
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)