core-lightning/plugins/wss-proxy/pyproject.toml
ShahanaFarooqui c9552e4228 meta: Update changelog for 24.08rc3
Release candidate 3 for v24.08
2024-08-26 11:53:42 -07:00

15 lines
325 B
TOML

[tool.poetry]
name = "wss-proxy"
version = "24.08rc3"
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"