Commit e5eecab
build: declare build dependencies in pyproject.toml
setup.py imports grpc_tools at module level (to compile protos at install
time). Without a [build-system] table, pip's isolated build env lacks
grpc_tools and pip install fails before setup() runs. Declare the build
deps explicitly so pip install -e . works under build isolation.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bf8c561 commit e5eecab
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments