Skip to content

Commit

Permalink
pyproject.toml: Removed protoc-wheel dependency (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpds authored Nov 13, 2024
1 parent 5b897b1 commit 001ce8b
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 @@ -215,4 +215,4 @@ target-version = "py38"

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

0 comments on commit 001ce8b

Please sign in to comment.