mirror of
https://github.com/prusnak/suez.git
synced 2026-08-13 12:33:13 +02:00
13 lines
297 B
TOML
13 lines
297 B
TOML
[project]
|
|
name = "suez"
|
|
version = "0.1.0"
|
|
description = "Tool for optimizing Lightning Network channels"
|
|
readme = "README.md"
|
|
authors = ["Pavol Rusnak <pavol@rusnak.io>"]
|
|
license = "GPL-3.0-or-later"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"click>=8",
|
|
"requests>=2",
|
|
"rich>=10",
|
|
]
|