mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-12-29 10:04:41 +01:00
c673c092dc
Let's use poetry when we already use it for everything else. Changelog-None
24 lines
507 B
TOML
24 lines
507 B
TOML
[tool.poetry]
|
|
name = "pyln-client"
|
|
version = "0.10.2.post1"
|
|
description = "Client library and plugin library for c-lightning"
|
|
authors = ["Christian Decker <decker.christian@gmail.com>"]
|
|
license = "BSD-MIT"
|
|
readme = "README.md"
|
|
|
|
packages = [
|
|
{ include = "pyln/client" },
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
pyln-bolt7 = "^1.0.186"
|
|
pyln-proto = "^0.10.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
pytest = "^7.0.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|