Skip to content

Commit db39cd5

Browse files
committed
Add tabulate pip install to pyproject.toml dependencies
1 parent 78209f1 commit db39cd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ dependencies = [
3737
"pandas==2.2.3",
3838
"psutil==5.9.5",
3939
"PyYAML==6.0.2",
40-
"python-json-logger==3.3.0"
40+
"python-json-logger==3.3.0",
41+
"tabulate==0.9.0"
4142
]
4243

4344
[project.urls]

0 commit comments

Comments
 (0)