From 3f7296d7a5d9e36982a9cbae2eb0742c9f5814f7 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:32:26 -0500 Subject: [PATCH] ygeah --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2210a2f..14824a58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,5 +54,7 @@ dependencies = [ "channels-redis>=4.2.1", "daphne>=4.1.2", "django-simple-history>=3.5.0", - "django-tailwind-cli>=2.21.1" + "django-tailwind-cli>=2.21.1", + "playwright>=1.41.0", + "pytest-playwright>=0.4.3" ]