mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
15 lines
325 B
TOML
15 lines
325 B
TOML
[tool.poetry]
|
|
name = "wss-proxy"
|
|
version = "24.05rc2"
|
|
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"
|