Files
sshecret/packages/sshecret-sshd/pyproject.toml
2025-05-18 21:34:27 +02:00

29 lines
569 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",
"click>=8.1.8",
"httpx>=0.28.1",
"pydantic>=2.10.6",
"python-dotenv>=1.0.1",
"rich>=14.0.0",
"sshecret",
]
[tool.uv.sources]
sshecret = { workspace = true }
[project.scripts]
sshecret-sshd = "sshecret_sshd.cli:cli"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"