Skip to content

Commit

Permalink
Replace poetry with poetry-core (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored Sep 1, 2023
1 parent 9e1b21f commit af11a9b
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 @@ -50,5 +50,5 @@ omit = ["*_pb2.py", "*_pb2_grpc.py"]
show_missing = true

[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 af11a9b

Please sign in to comment.