Add sub-projects
This commit is contained in:
16
packages/sshecret_client/pyproject.toml
Normal file
16
packages/sshecret_client/pyproject.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[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 }
|
||||
Reference in New Issue
Block a user