17 lines
324 B
TOML
17 lines
324 B
TOML
[project]
|
|
name = "sshecret-client"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"asyncssh>=2.20.0",
|
|
"click>=8.1.8",
|
|
"cryptography>=44.0.2",
|
|
"paramiko>=3.5.1",
|
|
"sshecret",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
sshecret = { workspace = true }
|