From 0259676aca0d0f5cb15f3c6c417154f33c68764b Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Wed, 11 Mar 2026 14:45:09 +0100 Subject: [PATCH] build(pyproject.toml): add depedency on django-browser-reload --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6945372..15617a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,7 @@ dependencies = [ "django>=6,<6.1", "django-allauth-ui>=1.8.1", "django-allauth[socialaccount]>=65.15.0", + "django-browser-reload>=1.21.0", "django-tailwind>=4.4.2", "django-widget-tweaks>=1.5.1", "python-dotenv>=1.2.2",