Unverified Commit 07bccce6 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

authentik: depends on cachetools (#486348)

parents e5110927 cb946ace
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -340,19 +340,19 @@ let
            --replace-fail 'web/' '${webui}/'
        '';

        nativeBuildInputs = [
          prev.hatchling
          prev.pythonRelaxDepsHook
        build-system = [
          final.hatchling
        ];

        pythonRemoveDeps = [ "dumb-init" ];

        pythonRelaxDeps = true;

        propagatedBuildInputs =
        dependencies =
          with final;
          [
            argon2-cffi
            cachetools
            channels
            cryptography
            dacite