Skip to content

Commit 1940ecd

Browse files
authored
Merge pull request #9 from bitmakerla/update-packages-dependencies
Update packages dependencies
2 parents c4b5abe + ae6554f commit 1940ecd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "ps-helper"
77
version = "0.1.0"
88
description = "Helper tools for the Professional Services team"
99
authors = [
10-
{ name="Professional Services Team", email="your-email@company.com" }
10+
{ name = "Professional Services Team", email = "your-email@company.com" }
1111
]
1212
readme = "README.md"
1313
requires-python = ">=3.9"
@@ -23,6 +23,8 @@ dependencies = [
2323
"pytesseract>=0.3.10",
2424
"pillow>=10.0.0",
2525
"requests>=2.31.0",
26+
"plotly>=6.3.0",
27+
"pandas>=2.2.0",
2628
]
2729

2830
[project.scripts]

0 commit comments

Comments
 (0)