Complete sshd
This commit is contained in:
@ -10,8 +10,12 @@ requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"asyncssh>=2.20.0",
|
||||
"httpx>=0.28.1",
|
||||
"python-dotenv>=1.0.1",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
sshecret-sshd = "sshecret_sshd.cli:cli"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
Reference in New Issue
Block a user