From dc017504639d3a1b454889e3d57d15bf8251ee16 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Tue, 10 Oct 2023 12:47:56 +0100 Subject: [PATCH] Explicitly add playwright to dev dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4794d781629d..f0729a813c1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -140,6 +140,7 @@ lxml = "!=4.2.2" markdown-it-reporter = "*" myst-parser = "*" pkce = "*" +playwright = "*" pytest = "*" pytest-asyncio = "*" pytest-celery = "*"