From 3f5371e0e4416e812de271612c6aad6ecf117b2d Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Wed, 26 Mar 2025 10:09:16 +0100 Subject: [PATCH] chore: add playwright as dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 751b4c0..de369ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ dependencies = [ "natsort>=8.4.0", "omegaconf>=2.3.0", "pandas>=2.2.3", + "playwright>=1.49.1", "pyqt6>=6.8.0", "pyqtgraph>=0.13.7", "python-docx>=1.1.2",