We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4b5abe + ae6554f commit 1940ecdCopy full SHA for 1940ecd
pyproject.toml
@@ -7,7 +7,7 @@ name = "ps-helper"
7
version = "0.1.0"
8
description = "Helper tools for the Professional Services team"
9
authors = [
10
- { name="Professional Services Team", email="your-email@company.com" }
+ { name = "Professional Services Team", email = "your-email@company.com" }
11
]
12
readme = "README.md"
13
requires-python = ">=3.9"
@@ -23,6 +23,8 @@ dependencies = [
23
"pytesseract>=0.3.10",
24
"pillow>=10.0.0",
25
"requests>=2.31.0",
26
+ "plotly>=6.3.0",
27
+ "pandas>=2.2.0",
28
29
30
[project.scripts]
0 commit comments