From db46c78fb1c75d261dd308c58e6babf5663f75f5 Mon Sep 17 00:00:00 2001 From: Artur Borecki Date: Tue, 10 Mar 2026 14:55:41 +0100 Subject: [PATCH] build(pyproject.toml): add depedency on python-dotenv --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 309dcd4..4e58cf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ dependencies = [ "django>=6,<6.1", "django-allauth[socialaccount]>=65.15.0", "django-tailwind>=4.4.2", + "python-dotenv>=1.2.2", "wagtail==7.3rc1", ]