mirror of
https://github.com/prusnak/suez.git
synced 2026-08-13 12:33:13 +02:00
16 lines
368 B
TOML
16 lines
368 B
TOML
[tool.poetry]
|
|
name = "suez"
|
|
version = "0.1.0"
|
|
description = "Tool for optimizing Lightning Network channels"
|
|
authors = ["Pavol Rusnak <pavol@rusnak.io>"]
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
rich = "^10.2.2"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|