feat: add multiple, remote recipients support
This commit is contained in:
parent
e1c9ee0c9c
commit
c6ac0d6043
10 changed files with 220 additions and 90 deletions
|
|
@ -10,6 +10,7 @@ dependencies = [
|
|||
"pyyaml>=6.0",
|
||||
"pyrage>=1.0.3",
|
||||
"pendulum>=2.1.2",
|
||||
"httpx>=0.24.0",
|
||||
]
|
||||
name = "halig"
|
||||
dynamic = ["version"]
|
||||
|
|
@ -93,5 +94,6 @@ module = [
|
|||
"pyrage",
|
||||
"pyrage.ssh",
|
||||
"pyrage.x25519",
|
||||
"attr"
|
||||
]
|
||||
ignore_missing_imports = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue