suez/pyproject.toml

14 lines
297 B
TOML
Raw Permalink Normal View History

2026-03-06 20:27:55 +01:00
[project]
2021-05-31 17:12:01 +02:00
name = "suez"
version = "0.1.0"
description = "Tool for optimizing Lightning Network channels"
2026-03-06 20:27:55 +01:00
readme = "README.md"
2021-05-31 17:12:01 +02:00
authors = ["Pavol Rusnak <pavol@rusnak.io>"]
license = "GPL-3.0-or-later"
2026-03-07 15:24:29 +01:00
requires-python = ">=3.10"
2026-03-06 20:27:55 +01:00
dependencies = [
2026-03-07 15:24:29 +01:00
"click>=8",
"requests>=2",
"rich>=10",
2026-03-06 20:27:55 +01:00
]