From 03cd2714db0c1d9a80942687670d219fed66db62 Mon Sep 17 00:00:00 2001 From: Janek Hlavaty Date: Wed, 11 Mar 2026 20:47:19 +0100 Subject: [PATCH] Add dependencies --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d59a75c..f1a0ff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,13 +9,15 @@ description = "Scan tickets and decide" requires-python = ">=3.12" dependencies = [ "pillow==12.1.1", - "pydantic==2.12.5" + "pydantic==2.12.5", + "pandas==3.0.1" ] [project.optional-dependencies] dev = [ "pytest>=9.0.2", "ruff==0.15.5", + "playwright==1.58.0" # only dev because it cant be installed in a pipeline, just locally ] [project.scripts]