Skip to content

Commit

Permalink
Test workaround from python-poetry/poetry#3153
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Nov 14, 2020
1 parent c8a1e99 commit d070482
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 @@ -53,7 +53,7 @@ isort = "^5.6.4"
docs = ["Sphinx", "sphinx-click", "sphinx-autodoc-typehints", "sphinx-rtd-theme"]

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

[tool.black]
Expand Down

0 comments on commit d070482

Please sign in to comment.