mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
22 lines
494 B
TOML
22 lines
494 B
TOML
[tool.poetry]
|
|
name = "clnrest"
|
|
version = "24.08.2"
|
|
description = "Transforms RPC calls into REST APIs"
|
|
authors = ["ShahanaFarooqui <sfarooqui@blockstream.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
json5 = "^0.9.14"
|
|
flask = "^2.3.3"
|
|
flask-restx = "^1.1.0"
|
|
gunicorn = "^21.2.0"
|
|
pyln-client = "^24.8"
|
|
flask-socketio = "^5.3.6"
|
|
gevent = "^23.9.0.post1"
|
|
gevent-websocket = "^0.10.1"
|
|
flask-cors = "^4.0.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|