Skip to content

Commit

Permalink
Merge pull request #81 from fabaff/patch-1
Browse files Browse the repository at this point in the history
Switch to poetry_core
  • Loading branch information
whtsky authored Feb 5, 2021
2 parents 2bf4eb5 + 9ca7c3e commit 8e0b764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ pytest-mypy = "^0.7.0"
mypy = "^0.770"

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

0 comments on commit 8e0b764

Please sign in to comment.