feat: cache downloaded public keys via httpx-cache
This commit is contained in:
parent
2398431a7b
commit
d37bffdc51
6 changed files with 193 additions and 77 deletions
|
|
@ -11,6 +11,8 @@ dependencies = [
|
|||
"pyrage>=1.0.3",
|
||||
"pendulum>=2.1.2",
|
||||
"httpx>=0.24.0",
|
||||
"platformdirs>=3.5.1",
|
||||
"httpx-cache>=0.9.0",
|
||||
]
|
||||
name = "halig"
|
||||
dynamic = ["version"]
|
||||
|
|
@ -94,6 +96,7 @@ module = [
|
|||
"pyrage",
|
||||
"pyrage.ssh",
|
||||
"pyrage.x25519",
|
||||
"attr"
|
||||
"attr",
|
||||
"httpx_cache"
|
||||
]
|
||||
ignore_missing_imports = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue