Skip to content

Commit

Permalink
Require setuptools for build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Dec 28, 2021
1 parent b9423b7 commit e3d6871
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 @@ -68,5 +68,5 @@ tox = "^3.24"
target-version = ['py36', 'py37', 'py38', 'py39', 'py310']

[build-system]
requires = ["poetry_core>=1,<2"]
requires = ["poetry_core>=1,<2", "setuptools>=59,<70"]
build-backend = "poetry.core.masonry.api"

0 comments on commit e3d6871

Please sign in to comment.