-
Notifications
You must be signed in to change notification settings - Fork 913
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
poetry: add pyln-grpc-proto dependency
Changelog-None
- Loading branch information
1 parent
2d0778e
commit d1f83c7
Showing
2 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ authors = ["Christian Decker <[email protected]>"] | |
python = "^3.8" | ||
pyln-client = { path = "contrib/pyln-client", develop = true } | ||
pyln-proto = { path = "contrib/pyln-proto", develop = true } | ||
pyln-grpc-proto = { path = "contrib/pyln-grpc-proto", develop = true } | ||
clnrest = { path = "plugins/clnrest", develop = true } | ||
wss-proxy = { path = "plugins/wss-proxy", develop = true } | ||
Mako = "^1.1.6" | ||
|