aboutsummaryrefslogtreecommitdiff
path: root/modules/authentik/pyproject.diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/authentik/pyproject.diff28
1 files changed, 28 insertions, 0 deletions
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 = "*"