feat: cache downloaded public keys via httpx-cache

This commit is contained in:
cătălin 2023-05-13 11:12:14 +02:00
commit d37bffdc51
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
6 changed files with 193 additions and 77 deletions

View file

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