Skip to content

Commit

Permalink
Fix build-system requires for pip install -e
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaavedra committed Dec 26, 2021
1 parent b2b4483 commit 5a4736d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tests = [
]

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning"]
requires = ["setuptools>48", "poetry-core>=1.0.0", "poetry-dynamic-versioning"]
build-backend = "poetry.core.masonry.api"

[tool.setuptools_scm]
Expand Down

0 comments on commit 5a4736d

Please sign in to comment.