Skip to content

Commit

Permalink
Merge pull request #421 from oughtinc/zak-add-setuptools-to-pyproject
Browse files Browse the repository at this point in the history
Add setuptools to pyproject.toml
  • Loading branch information
stuhlmueller committed Oct 1, 2020
2 parents ebcd588 + 0c9b3af commit cdcb388
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 @@ -64,5 +64,5 @@ notebooks = [
]

[build-system]
requires = ["poetry>=0.12"]
requires = ["poetry>=0.12", "setuptools>=47.1.1,<50"]
build-backend = "poetry.masonry.api"

0 comments on commit cdcb388

Please sign in to comment.