From 01fe8dff8cc5577a29a28e8e0d4038b76d7bfc75 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 13 Oct 2023 12:55:30 +0200 Subject: package authentik for nixos --- modules/authentik/pyproject.diff | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 modules/authentik/pyproject.diff (limited to 'modules/authentik/pyproject.diff') diff --git a/modules/authentik/pyproject.diff b/modules/authentik/pyproject.diff new file mode 100644 index 0000000..1a92468 --- /dev/null +++ b/modules/authentik/pyproject.diff @@ -0,0 +1,28 @@ +--- a/pyproject.toml 2023-10-13 10:23:10.097492489 +0200 ++++ b/pyproject.toml 2023-10-13 10:28:17.249270967 +0200 +@@ -137,7 +137,6 @@ + djangorestframework-guardian = "*" + docker = "*" + drf-spectacular = "*" +-dumb-init = "*" + duo-client = "*" + facebook-sdk = "*" + flower = "*" +@@ -154,7 +153,7 @@ + pydantic = "<3.0.0" + pydantic-scim = "^0.0.7" + pyjwt = "*" +-python = "^3.11" ++python = "^3.10" + pyyaml = "*" + requests-oauthlib = "*" + sentry-sdk = "*" +@@ -164,7 +163,7 @@ + twilio = "*" + twisted = "*" + ua-parser = "*" +-urllib3 = { extras = ["secure"], version = "*" } ++urllib3 = "*" + uvicorn = { extras = ["standard"], version = "*" } + watchdog = "*" + webauthn = "*" -- cgit v1.2.3