diff --git a/ilot/authentik/APKBUILD b/ilot/authentik/APKBUILD index 6d3c4a3..42b271d 100644 --- a/ilot/authentik/APKBUILD +++ b/ilot/authentik/APKBUILD @@ -12,7 +12,7 @@ arch="aarch64 x86_64" license="MIT" # following depends aren't direct dependencies, but are needed: # py3-asn1crypto, py3-cbor2, py3-email-validator, py3-websockets -# py3-openssl +# py3-openssl, py3-uvloop, py3-httptools depends=" bash libcap-setcap @@ -55,6 +55,7 @@ depends=" py3-geoip2 py3-google-api-python-client py3-gunicorn + py3-httptools py3-jsonpatch py3-jwt py3-jwcrypto @@ -89,6 +90,7 @@ depends=" py3-ua-parser py3-unidecode py3-urllib3-secure-extra + py3-uvloop py3-watchdog py3-webauthn py3-websockets