mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-24 07:07:46 +01:00
16 lines
322 B
TOML
16 lines
322 B
TOML
|
[tool.poetry]
|
||
|
name = "wss-proxy"
|
||
|
version = "24.02"
|
||
|
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"
|