From ae6554fd38922d5fb9bee977d785f44d3adf060d Mon Sep 17 00:00:00 2001 From: Brenda Solari Date: Mon, 6 Oct 2025 10:57:39 -0500 Subject: [PATCH] Update packages dependencies --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a91489..37ef3b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "ps-helper" version = "0.1.0" description = "Helper tools for the Professional Services team" authors = [ - { name="Professional Services Team", email="your-email@company.com" } + { name = "Professional Services Team", email = "your-email@company.com" } ] readme = "README.md" requires-python = ">=3.9" @@ -23,6 +23,8 @@ dependencies = [ "pytesseract>=0.3.10", "pillow>=10.0.0", "requests>=2.31.0", + "plotly>=6.3.0", + "pandas>=2.2.0", ] [project.scripts]