Remove gRPC as a hard dependency
Open
build
v0.6.0-beta
- Dominant language
- Python
- Stars
- 25
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Currently gRPC is always installed, even if the user only runs Core Lightning.
The dependencies for the lightning backend must be installed by `pip` manually upon install:
* **LND**: `pip install grpcio grpcio-tools googleapis-common-protos protobuf`
* **CLN**: `pip install pyln-client`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.