feat: add multiple, remote recipients support

This commit is contained in:
cătălin 2023-05-09 09:11:36 +02:00
commit c6ac0d6043
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
10 changed files with 220 additions and 90 deletions

View file

@ -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