Skip to content

Commit

Permalink
build: Switch to poetry-core (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
lefcha authored Oct 24, 2023
1 parent 7318678 commit c0aa60c
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 @@ -36,5 +36,5 @@ types-requests = "^2.31.0.2"
profile = "black"

[build-system]
requires = ["poetry>=1.0.5"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.8"]
build-backend = "poetry.core.masonry.api"

0 comments on commit c0aa60c

Please sign in to comment.