18 lines
351 B
TOML
18 lines
351 B
TOML
[project]
|
|
name = "sshecret-sshd"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "Allan Eising", email = "allan@eising.dk" }
|
|
]
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"asyncssh>=2.20.0",
|
|
"httpx>=0.28.1",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|