Files
palladum-lightning/plugins/wss-proxy/pyproject.toml
Rusty Russell 034d3c9628 Build: update to version 24.11rc1
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-11-27 06:27:50 +10:30

16 lines
325 B
TOML

[tool.poetry]
name = "wss-proxy"
version = "24.11rc1"
description = "Web secure socket proxy"
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]
[tool.poetry.dependencies]
python = "^3.8"
pyln-client = "^24.2"
websockets = "^12.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"