mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 16:34:20 +01:00
We also migrate the `historian` plugin to show how this looks like. Next up is migrating the individual plugins.
18 lines
427 B
TOML
18 lines
427 B
TOML
[tool.poetry]
|
|
name = "cln-historian"
|
|
version = "0.1.0"
|
|
description = "A plugin to store historical Lightning Network gossip in a database."
|
|
authors = ["Christian Decker <decker@blockstream.io>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.6"
|
|
pyln-client = "0.10.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pyln-testing = "^0.10.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|