From 9761daf820a308e5468bd2b04d53cdaaa6606871 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Wed, 18 Mar 2026 11:47:04 +0100 Subject: [PATCH] build(pyproject.toml): add depedency on django-oauth-toolkit --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f799d96..4b62248 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,7 @@ dependencies = [ "django-allauth-ui>=1.8.1", "django-allauth[socialaccount]>=65.15.0", "django-browser-reload>=1.21.0", + "django-oauth-toolkit>=3.2.0", "django-tailwind>=4.4.2", "django-widget-tweaks>=1.5.1", "python-dotenv>=1.2.2",