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" ]